1
1
module prel
2
2
3
- go 1.21
3
+ go 1.21.0
4
+
5
+ toolchain go1.22.1
4
6
5
7
require (
6
- cloud.google.com/go/cloudsqlconn v1.7.0
8
+ cloud.google.com/go/cloudsqlconn v1.8.1
7
9
github.com/cockroachdb/errors v1.11.1
8
10
github.com/go-faster/errors v0.7.1
9
11
github.com/go-faster/jx v1.1.0
10
12
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
15
17
github.com/ory/dockertest/v3 v3.10.0
16
18
github.com/spf13/cobra v1.8.0
17
19
github.com/spf13/viper v1.18.2
@@ -20,8 +22,8 @@ require (
20
22
go.opentelemetry.io/otel/trace v1.24.0
21
23
go.uber.org/mock v0.4.0
22
24
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
25
27
gopkg.in/yaml.v3 v3.0.1
26
28
)
27
29
@@ -35,7 +37,7 @@ require (
35
37
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
36
38
github.com/cockroachdb/redact v1.1.5 // indirect
37
39
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
39
41
github.com/docker/cli v20.10.17+incompatible // indirect
40
42
github.com/docker/docker v20.10.7+incompatible // indirect
41
43
github.com/docker/go-connections v0.4.0 // indirect
@@ -57,7 +59,7 @@ require (
57
59
github.com/google/s2a-go v0.1.7 // indirect
58
60
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
59
61
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
61
63
github.com/hashicorp/hcl v1.0.0 // indirect
62
64
github.com/imdario/mergo v0.3.12 // indirect
63
65
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -91,22 +93,22 @@ require (
91
93
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
92
94
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
93
95
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
95
97
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
98
100
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
101
103
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
103
105
golang.org/x/text v0.14.0 // indirect
104
106
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
106
108
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
110
112
gopkg.in/ini.v1 v1.67.0 // indirect
111
113
gopkg.in/yaml.v2 v2.4.0 // indirect
112
114
)
0 commit comments