Skip to content

Commit 3aa5a72

Browse files
authored
Merge pull request #6 from Katya-AI-Systems-LLC/dependabot/go_modules/go/go_modules-0ea2499fc9
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /go in the go_modules group across 1 directory
2 parents 1f06d82 + 107ece1 commit 3aa5a72

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

go/go.mod

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,29 @@ require (
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.21.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.23.0 // indirect
31+
golang.org/x/sys v0.18.0 // indirect
32+
golang.org/x/text v0.14.0 // indirect
33+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
34+
google.golang.org/protobuf v1.33.0 // indirect
35+
)

0 commit comments

Comments
 (0)