Skip to content

Commit

Permalink
Merge pull request #768 from cookieY/dependabot/go_modules/golang.org…
Browse files Browse the repository at this point in the history
…/x/net-0.7.0

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0
  • Loading branch information
cookieY committed Mar 1, 2023
2 parents a3bdfe2 + ab963ac commit 1c22891
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0

golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.7.0

google.golang.org/grpc v1.25.1
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ldap.v3 v3.0.3
Expand Down Expand Up @@ -57,9 +59,10 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect

golang.org/x/tools v0.1.12 // indirect
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect
google.golang.org/protobuf v1.26.0 // indirect
Expand Down

0 comments on commit 1c22891

Please sign in to comment.