Files
atomic/go.mod
Abhinav Gupta 501585e5ef tools: Move to a submodule (#78)
Renaming tools.go to tools_test.go isn't enough. These constraints are
still carried over to consumers. Renaming only drops them from
`go mod vendor`.

This moves tools dependencies to a `tools` submodule which we will never
publish.

Ref uber-go/multierr#38
2020-09-11 11:24:19 -07:00

9 lines
131 B
Modula-2

module go.uber.org/atomic
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
)
go 1.13