Skip to content

Commit cf7f3b3

Browse files
Bump the go_modules group across 1 directory with 6 updates
Bumps the go_modules group with 3 updates in the / directory: [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3), [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/jackc/pgproto3/v2` from 2.3.1 to 2.3.3 - [Commits](jackc/pgproto3@v2.3.1...v2.3.3) Updates `github.com/jackc/pgx/v4` from 4.17.2 to 4.18.3 - [Changelog](https://github.com/jackc/pgx/blob/v4.18.3/CHANGELOG.md) - [Commits](jackc/pgx@v4.17.2...v4.18.3) Updates `golang.org/x/crypto` from 0.10.0 to 0.20.0 - [Commits](golang/crypto@v0.10.0...v0.20.0) Updates `golang.org/x/net` from 0.11.0 to 0.21.0 - [Commits](golang/net@v0.11.0...v0.21.0) Updates `google.golang.org/grpc` from 1.51.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.51.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 --- updated-dependencies: - dependency-name: github.com/jackc/pgproto3/v2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgx/v4 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1bc58f commit cf7f3b3

File tree

2 files changed

+59
-57
lines changed

2 files changed

+59
-57
lines changed

go.mod

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/cenkalti/backoff/v4 v4.1.3
99
github.com/forPelevin/gomoji v1.1.3
1010
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
11-
github.com/gofrs/uuid v4.0.0+incompatible
1211
github.com/golang-jwt/jwt/v5 v5.0.0
1312
github.com/google/uuid v1.3.0
1413
github.com/hashicorp/go-hclog v1.2.0
@@ -19,16 +18,16 @@ require (
1918
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
2019
github.com/slack-go/slack v0.12.2
2120
github.com/stretchr/testify v1.8.1
22-
golang.org/x/oauth2 v0.3.0
23-
google.golang.org/api v0.103.0
21+
golang.org/x/oauth2 v0.7.0
22+
google.golang.org/api v0.114.0
2423
gorm.io/datatypes v1.1.0
2524
gorm.io/driver/postgres v1.4.5
2625
gorm.io/gorm v1.24.3
2726
)
2827

2928
require (
30-
cloud.google.com/go/compute v1.13.0 // indirect
31-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
29+
cloud.google.com/go/compute v1.19.1 // indirect
30+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
3231
github.com/Masterminds/goutils v1.1.1 // indirect
3332
github.com/Masterminds/semver v1.5.0 // indirect
3433
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
@@ -40,22 +39,22 @@ require (
4039
github.com/fatih/color v1.13.0 // indirect
4140
github.com/go-sql-driver/mysql v1.7.0 // indirect
4241
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43-
github.com/golang/protobuf v1.5.2 // indirect
42+
github.com/golang/protobuf v1.5.3 // indirect
4443
github.com/google/go-cmp v0.5.9 // indirect
45-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
46-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
44+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
45+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
4746
github.com/gorilla/websocket v1.4.2 // indirect
4847
github.com/hashicorp/errwrap v1.1.0 // indirect
4948
github.com/huandu/xstrings v1.3.2 // indirect
5049
github.com/imdario/mergo v0.3.12 // indirect
5150
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
52-
github.com/jackc/pgconn v1.13.0 // indirect
51+
github.com/jackc/pgconn v1.14.3 // indirect
5352
github.com/jackc/pgio v1.0.0 // indirect
5453
github.com/jackc/pgpassfile v1.0.0 // indirect
55-
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
56-
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
57-
github.com/jackc/pgtype v1.13.0 // indirect
58-
github.com/jackc/pgx/v4 v4.17.2 // indirect
54+
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
55+
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
56+
github.com/jackc/pgtype v1.14.0 // indirect
57+
github.com/jackc/pgx/v4 v4.18.3 // indirect
5958
github.com/jinzhu/inflection v1.0.0 // indirect
6059
github.com/jinzhu/now v1.1.5 // indirect
6160
github.com/kr/text v0.2.0 // indirect
@@ -70,14 +69,14 @@ require (
7069
github.com/rivo/uniseg v0.2.0 // indirect
7170
github.com/zclconf/go-cty v1.10.0 // indirect
7271
go.opencensus.io v0.24.0 // indirect
73-
golang.org/x/crypto v0.10.0 // indirect
74-
golang.org/x/net v0.11.0 // indirect
75-
golang.org/x/sys v0.9.0 // indirect
76-
golang.org/x/text v0.10.0 // indirect
72+
golang.org/x/crypto v0.20.0 // indirect
73+
golang.org/x/net v0.21.0 // indirect
74+
golang.org/x/sys v0.17.0 // indirect
75+
golang.org/x/text v0.14.0 // indirect
7776
google.golang.org/appengine v1.6.7 // indirect
78-
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
79-
google.golang.org/grpc v1.51.0 // indirect
80-
google.golang.org/protobuf v1.28.1 // indirect
77+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
78+
google.golang.org/grpc v1.56.3 // indirect
79+
google.golang.org/protobuf v1.30.0 // indirect
8180
gopkg.in/yaml.v2 v2.4.0 // indirect
8281
gopkg.in/yaml.v3 v3.0.1 // indirect
8382
gorm.io/driver/mysql v1.4.5 // indirect

0 commit comments

Comments
 (0)