aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 2a93e772caaf344f7e85f0f3f23b45bbd24b9ecc (plain)
1
2
3
4
5
6
7
8
9
10
module gopkg.teddywing.com/gocapturedrefrace

go 1.20

require golang.org/x/tools v0.9.1

require (
	golang.org/x/mod v0.10.0 // indirect
	golang.org/x/sys v0.8.0 // indirect
)