Skip to content

Commit

Permalink
update: go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
54m committed Dec 9, 2022
2 parents a24e722 + ec993ef commit a844875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,11 +5,11 @@ go 1.17
require (
github.com/go-utils/gopackages v0.0.0-20210218102646-e7d1f0008968
github.com/google/go-cmp v0.5.9
golang.org/x/mod v0.7.0
golang.org/x/tools v0.4.0
)

require (
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

0 comments on commit a844875

Please sign in to comment.