1
1
module github.com/RHEnVision/provisioning-backend
2
2
3
3
// Also change: mk/tools.mk .github/workflows build/Dockerfile
4
- go 1.22
4
+ go 1.22.0
5
+
6
+ toolchain go1.22.9
5
7
6
8
require (
7
9
cloud.google.com/go/compute v1.31.1
@@ -23,7 +25,7 @@ require (
23
25
github.com/aws/aws-sdk-go-v2/service/sts v1.33.16
24
26
github.com/aws/smithy-go v1.22.3
25
27
github.com/coreos/go-oidc v2.3.0+incompatible
26
- github.com/exaring/otelpgx v0.7 .0
28
+ github.com/exaring/otelpgx v0.9 .0
27
29
github.com/georgysavva/scany/v2 v2.1.3
28
30
github.com/getkin/kin-openapi v0.128.0
29
31
github.com/getsentry/sentry-go v0.31.1
@@ -48,10 +50,10 @@ require (
48
50
github.com/segmentio/kafka-go v0.4.47
49
51
github.com/stretchr/testify v1.10.0
50
52
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
51
- go.opentelemetry.io/otel v1.29 .0
53
+ go.opentelemetry.io/otel v1.34 .0
52
54
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
53
55
go.opentelemetry.io/otel/sdk v1.29.0
54
- go.opentelemetry.io/otel/trace v1.29 .0
56
+ go.opentelemetry.io/otel/trace v1.34 .0
55
57
go.uber.org/automaxprocs v1.6.0
56
58
golang.org/x/crypto v0.33.0
57
59
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
@@ -70,7 +72,6 @@ require (
70
72
github.com/Masterminds/goutils v1.1.1 // indirect
71
73
github.com/Masterminds/semver/v3 v3.3.0 // indirect
72
74
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
73
- github.com/Microsoft/go-winio v0.6.2 // indirect
74
75
github.com/ajg/form v1.5.1 // indirect
75
76
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
76
77
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -110,7 +111,6 @@ require (
110
111
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
111
112
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
112
113
github.com/huandu/xstrings v1.5.0 // indirect
113
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
114
114
github.com/invopop/yaml v0.3.1 // indirect
115
115
github.com/jackc/pgpassfile v1.0.0 // indirect
116
116
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -130,7 +130,6 @@ require (
130
130
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
131
131
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
132
132
github.com/oklog/ulid v1.3.1 // indirect
133
- github.com/oleiade/lane/v2 v2.0.0 // indirect
134
133
github.com/perimeterx/marshmallow v1.1.5 // indirect
135
134
github.com/pierrec/lz4/v4 v4.1.21 // indirect
136
135
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -142,17 +141,15 @@ require (
142
141
github.com/prometheus/procfs v0.15.1 // indirect
143
142
github.com/shopspring/decimal v1.4.0 // indirect
144
143
github.com/spf13/cast v1.7.0 // indirect
145
- github.com/spf13/cobra v1.8.0 // indirect
146
- github.com/spf13/pflag v1.0.5 // indirect
147
144
github.com/stretchr/objx v0.5.2 // indirect
148
145
github.com/twmb/murmur3 v1.1.8 // indirect
149
- github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
150
146
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
151
147
github.com/xdg-go/scram v1.1.2 // indirect
152
148
github.com/xdg-go/stringprep v1.0.4 // indirect
153
149
go.mongodb.org/mongo-driver v1.16.0 // indirect
150
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154
151
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
155
- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
152
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
156
153
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
157
154
golang.org/x/net v0.35.0 // indirect
158
155
golang.org/x/oauth2 v0.24.0 // indirect
@@ -165,6 +162,5 @@ require (
165
162
google.golang.org/grpc v1.67.3 // indirect
166
163
google.golang.org/protobuf v1.36.1 // indirect
167
164
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
168
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
169
165
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
170
166
)
0 commit comments