Skip to content

Commit

Permalink
Merge pull request #15 from shanliu/dependabot/go_modules/sdk/go/exam…
Browse files Browse the repository at this point in the history
…ples/sub_app/golang.org/x/crypto-0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /sdk/go/examples/sub_app
  • Loading branch information
shanliu authored Dec 19, 2023
2 parents 92bb139 + 4334eaa commit 469d7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/go/examples/sub_app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 469d7be

Please sign in to comment.