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

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
)