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

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
)