diff options
author | Chris Wendt <chrismwendt@gmail.com> | 2022-06-08 01:35:20 -0600 |
---|---|---|
committer | Chris Wendt <chrismwendt@gmail.com> | 2022-06-08 01:35:20 -0600 |
commit | 53b98cfddef7afcb79d8a1b35fb186b58426c1d4 (patch) | |
tree | 377c94fe85502b2525615dbc51d68d6a3ec0e1e9 /go.mod | |
parent | go mod tidy (diff) | |
download | stm-53b98cfddef7afcb79d8a1b35fb186b58426c1d4.tar.gz stm-53b98cfddef7afcb79d8a1b35fb186b58426c1d4.tar.xz |
use generic atomic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ require ( ) require ( + github.com/alecthomas/atomic v0.1.0-alpha2 github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/huandu/xstrings v1.2.0 // indirect |