Files
atomic/tools/go.mod
Abhinav Gupta d15bdada1c ci: Test with Go 1.19 (#113)
Test against Go 1.19 and lint only for the latest version.
Update to latest staticcheck to work with 1.19.
2022-08-05 09:53:49 -07:00

17 lines
447 B
Modula-2

module go.uber.org/atomic/tools
go 1.17
require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
honnef.co/go/tools v0.3.3
)
require (
github.com/BurntSushi/toml v1.2.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/tools v0.1.12 // indirect
)