Skip to content

Commit 0a2850a

Browse files
Bump golang.org/x/net in /go in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the /go directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.23.0 to 0.38.0 - [Commits](golang/net@v0.23.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd3b593 commit 0a2850a

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

go/go.mod

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
11
module github.com/rechain-network/katya-mesh-go
22

3-
go 1.21
3+
go 1.23.0
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.5
77
github.com/google/uuid v1.6.0
88
github.com/gorilla/websocket v1.5.1
99
github.com/lib/pq v1.10.9
10-
golang.org/x/crypto v0.21.0
11-
golang.org/x/sys v0.18.0
12-
google.golang.org/grpc v1.60.1
13-
google.golang.org/protobuf v1.31.0
1410
github.com/prometheus/client_golang v1.18.0
15-
golang.org/x/net v0.23.0
16-
github.com/stretchr/testify v1.8.4
17-
github.com/spf13/cobra v1.7.0
18-
github.com/spf13/viper v1.16.0
1911
go.uber.org/zap v1.26.0
20-
github.com/golang-jwt/jwt/v5 v5.2.0
21-
github.com/hashicorp/consul/api v1.26.1
22-
github.com/Shopify/sarama v1.38.1
23-
github.com/segmentio/kafka-go v0.4.47
24-
github.com/go-kit/kit v0.13.0
25-
github.com/opentracing/opentracing-go v1.2.0
26-
github.com/uber/jaeger-client-go v2.30.0+incompatible
27-
github.com/uber/jaeger-lib v2.4.1+incompatible
12+
golang.org/x/crypto v0.36.0
13+
google.golang.org/grpc v1.60.1
2814
)
2915

16+
require (
17+
github.com/beorn7/perks v1.0.1 // indirect
18+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
19+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
21+
github.com/fsnotify/fsnotify v1.6.0 // indirect
22+
github.com/golang/protobuf v1.5.3 // indirect
23+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
24+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
25+
github.com/prometheus/client_model v0.5.0 // indirect
26+
github.com/prometheus/common v0.45.0 // indirect
27+
github.com/prometheus/procfs v0.12.0 // indirect
28+
github.com/stretchr/testify v1.8.4 // indirect
29+
go.uber.org/multierr v1.10.0 // indirect
30+
golang.org/x/net v0.38.0 // indirect
31+
golang.org/x/sys v0.31.0 // indirect
32+
golang.org/x/text v0.23.0 // indirect
33+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
34+
google.golang.org/protobuf v1.31.0 // indirect
35+
)

0 commit comments

Comments
 (0)