We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16638bd commit 803a39dCopy full SHA for 803a39d
2 files changed
go.mod
@@ -2,4 +2,4 @@ module github.com/dolph/find-replace
2
3
go 1.19
4
5
-require golang.org/x/tools v0.1.9
+require golang.org/x/tools v0.7.0
go.sum
@@ -1,2 +1,4 @@
1
golang.org/x/tools v0.1.9 h1:j9KsMiaP1c3B0OTQGth0/k+miLGTgLsAFUCrF2vLcF8=
golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
+golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=
+golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
0 commit comments