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 | d7b062ac6fb521eb3fb49c28ceb36c7beffef157 (patch) | |
| tree | 0bc697e9a8b7f9a10046a75c1b170c17e14ad1e2 /go.mod | |
| parent | baf9fe382d8a93851aee778f705768037e3f4558 (diff) | |
Upgrade golang.org/x/crypto
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,10 +7,10 @@ require ( github.com/pkg/errors v0.9.1 github.com/urfave/cli v1.22.5 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad - golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 + 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.1.11-0.20220316014157-77aa08bb151a + golang.org/x/tools v0.6.0 google.golang.org/protobuf v1.28.0 honnef.co/go/tools v0.3.0 ) |