aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: f1d1907339f577e67c903f8746ca564dd17393d0 (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.15.0

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