Skip to content

Commit a4ecaa9

Browse files
Update go
1 parent ba71a47 commit a4ecaa9

File tree

4 files changed

+110
-105
lines changed

4 files changed

+110
-105
lines changed

go.mod

+22-20
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
module prel
22

3-
go 1.21
3+
go 1.21.0
4+
5+
toolchain go1.22.1
46

57
require (
6-
cloud.google.com/go/cloudsqlconn v1.7.0
8+
cloud.google.com/go/cloudsqlconn v1.8.1
79
github.com/cockroachdb/errors v1.11.1
810
github.com/go-faster/errors v0.7.1
911
github.com/go-faster/jx v1.1.0
1012
github.com/google/uuid v1.6.0
11-
github.com/jackc/pgx/v5 v5.5.3
12-
github.com/ogen-go/ogen v0.82.0
13-
github.com/onsi/ginkgo/v2 v2.15.0
14-
github.com/onsi/gomega v1.31.1
13+
github.com/jackc/pgx/v5 v5.5.5
14+
github.com/ogen-go/ogen v0.83.0
15+
github.com/onsi/ginkgo/v2 v2.17.1
16+
github.com/onsi/gomega v1.32.0
1517
github.com/ory/dockertest/v3 v3.10.0
1618
github.com/spf13/cobra v1.8.0
1719
github.com/spf13/viper v1.18.2
@@ -20,8 +22,8 @@ require (
2022
go.opentelemetry.io/otel/trace v1.24.0
2123
go.uber.org/mock v0.4.0
2224
go.uber.org/multierr v1.11.0
23-
golang.org/x/oauth2 v0.17.0
24-
google.golang.org/api v0.167.0
25+
golang.org/x/oauth2 v0.18.0
26+
google.golang.org/api v0.171.0
2527
gopkg.in/yaml.v3 v3.0.1
2628
)
2729

@@ -35,7 +37,7 @@ require (
3537
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
3638
github.com/cockroachdb/redact v1.1.5 // indirect
3739
github.com/containerd/continuity v0.3.0 // indirect
38-
github.com/dlclark/regexp2 v1.10.0 // indirect
40+
github.com/dlclark/regexp2 v1.11.0 // indirect
3941
github.com/docker/cli v20.10.17+incompatible // indirect
4042
github.com/docker/docker v20.10.7+incompatible // indirect
4143
github.com/docker/go-connections v0.4.0 // indirect
@@ -57,7 +59,7 @@ require (
5759
github.com/google/s2a-go v0.1.7 // indirect
5860
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5961
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
60-
github.com/googleapis/gax-go/v2 v2.12.1 // indirect
62+
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
6163
github.com/hashicorp/hcl v1.0.0 // indirect
6264
github.com/imdario/mergo v0.3.12 // indirect
6365
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -91,22 +93,22 @@ require (
9193
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9294
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
9395
go.opencensus.io v0.24.0 // indirect
94-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
96+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
9597
go.uber.org/atomic v1.11.0 // indirect
96-
go.uber.org/zap v1.26.0 // indirect
97-
golang.org/x/crypto v0.19.0 // indirect
98+
go.uber.org/zap v1.27.0 // indirect
99+
golang.org/x/crypto v0.21.0 // indirect
98100
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
99-
golang.org/x/mod v0.15.0 // indirect
100-
golang.org/x/net v0.21.0 // indirect
101+
golang.org/x/mod v0.16.0 // indirect
102+
golang.org/x/net v0.22.0 // indirect
101103
golang.org/x/sync v0.6.0 // indirect
102-
golang.org/x/sys v0.17.0 // indirect
104+
golang.org/x/sys v0.18.0 // indirect
103105
golang.org/x/text v0.14.0 // indirect
104106
golang.org/x/time v0.5.0 // indirect
105-
golang.org/x/tools v0.18.0 // indirect
107+
golang.org/x/tools v0.19.0 // indirect
106108
google.golang.org/appengine v1.6.8 // indirect
107-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
108-
google.golang.org/grpc v1.61.1 // indirect
109-
google.golang.org/protobuf v1.32.0 // indirect
109+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
110+
google.golang.org/grpc v1.62.1 // indirect
111+
google.golang.org/protobuf v1.33.0 // indirect
110112
gopkg.in/ini.v1 v1.67.0 // indirect
111113
gopkg.in/yaml.v2 v2.4.0 // indirect
112114
)

0 commit comments

Comments
 (0)