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

go 1.20

require (
	golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
	golang.org/x/tools v0.19.0
)

require (
	golang.org/x/mod v0.16.0 // indirect
	golang.org/x/sys v0.18.0 // indirect
)