blob: daa7599fe191a17f8616e4157f72482d2871a5bb [file] [log] [blame]
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +00001module go.uber.org/atomic
2
3require (
4 github.com/davecgh/go-spew v1.1.1 // indirect
5 github.com/stretchr/testify v1.3.0
6)
7
8go 1.13