blob: 75704c4bb8474e8470d7ea0d77b752e7ec65c47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/breml/errchkjson
go 1.17
require golang.org/x/tools v0.1.10
require (
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
|