aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Wendt <chrismwendt@gmail.com>2022-06-08 01:35:20 -0600
committerChris Wendt <chrismwendt@gmail.com>2022-06-08 01:35:20 -0600
commit53b98cfddef7afcb79d8a1b35fb186b58426c1d4 (patch)
tree377c94fe85502b2525615dbc51d68d6a3ec0e1e9 /go.mod
parentgo mod tidy (diff)
downloadstm-53b98cfddef7afcb79d8a1b35fb186b58426c1d4.tar.gz
stm-53b98cfddef7afcb79d8a1b35fb186b58426c1d4.tar.xz
use generic atomic
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 88ff607..ed11f22 100644
--- a/go.mod
+++ b/go.mod
@@ -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