github.com/go-ng/xatomic@v0.0.0-20230519181013-85c0ec87e55f/go.mod (about) 1 module github.com/go-ng/xatomic 2 3 go 1.20 4 5 require ( 6 github.com/stretchr/testify v1.8.3 7 golang.org/x/exp v0.0.0-20230519143937-03e91628a987 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.1 // indirect 12 github.com/pmezard/go-difflib v1.0.0 // indirect 13 gopkg.in/yaml.v3 v3.0.1 // indirect 14 )