go.mod 252 B

12345678910
  1. module go.uber.org/atomic
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/stretchr/testify v1.3.0
  5. golang.org/x/lint v0.0.0-20190930215403-16217165b5de
  6. golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
  7. )
  8. go 1.13