Skip to content

Commit

Permalink
go.mod: update x/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thepudds authored Jan 21, 2024
1 parent 7a5551f commit 34cc7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module github.com/thepudds/fzgen

go 1.17
go 1.18

require (
github.com/google/go-cmp v0.5.6
github.com/rogpeppe/go-internal v1.8.1
github.com/sanity-io/litter v1.5.1
golang.org/x/tools v0.7.0
golang.org/x/tools v0.17.0
)

require (
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/errgo.v2 v2.1.0 // indirect
Expand Down

0 comments on commit 34cc7aa

Please sign in to comment.