Skip to content

Commit

Permalink
Merge pull request #822 from smallnest/dependabot/go_modules/golang.oโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆrg/x/net-0.17.0

Bump golang.org/x/net from 0.8.0 to 0.17.0
  • Loading branch information
smallnest authored Oct 12, 2023
2 parents e43aa14 + f5a2a07 commit 28cad8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 169 deletions.
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/go-ping/ping v1.1.0
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redis_rate/v9 v9.1.2
github.com/godzie44/go-uring v0.0.0-20220926161041-69611e8b13d5
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
Expand All @@ -35,7 +36,7 @@ require (
github.com/valyala/fastrand v1.1.0
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/xtaci/kcp-go v5.4.20+incompatible
golang.org/x/net v0.8.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.1.0
google.golang.org/protobuf v1.29.1
)
Expand All @@ -50,7 +51,6 @@ require (
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/godzie44/go-uring v0.0.0-20220926161041-69611e8b13d5 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand All @@ -59,9 +59,6 @@ require (
github.com/klauspost/reedsolomon v1.11.7 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/libp2p/go-sockaddr v0.1.1 // indirect
github.com/lucas-clemente/quic-go v0.31.1 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.4 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/miekg/dns v1.1.51 // indirect
Expand All @@ -79,11 +76,11 @@ require (
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 28cad8c

Please sign in to comment.