Skip to content

Commit

Permalink
Bump golang.org/x/crypto in /client-samples/gms-client-sample-go
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220331220935-ae2d96664a29 to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 393e531 commit 2d9747b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions client-samples/gms-client-sample-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ go 1.20

require github.com/pavel-v-chernykh/keystore-go/v4 v4.0.0

require golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect

require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/lwithers/minijks v1.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.3.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.2.0
)
require golang.org/x/crypto v0.17.0 // indirect

require software.sslmate.com/src/go-pkcs12 v0.2.0

0 comments on commit 2d9747b

Please sign in to comment.