diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-09-09 15:34:26 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-09-09 15:34:26 -0700 |
| commit | 1ab9883828ca777a6dc71786ae3ddb212609e78e (patch) | |
| tree | 572fb9e7085c5201d9e4254bb8d3e334b8608aab /go.mod | |
| parent | d7b062ac6fb521eb3fb49c28ceb36c7beffef157 (diff) | |
Upgrade golang.org/x/tools
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( golang.org/x/crypto v0.13.0 golang.org/x/sys v0.12.0 golang.org/x/term v0.12.0 - golang.org/x/tools v0.6.0 + golang.org/x/tools v0.13.0 google.golang.org/protobuf v1.28.0 honnef.co/go/tools v0.3.0 ) |