@@ -7,7 +7,7 @@ require (
7
7
github.com/DATA-DOG/go-sqlmock v1.5.2
8
8
github.com/Masterminds/semver/v3 v3.3.0
9
9
github.com/Masterminds/sprig/v3 v3.3.0
10
- github.com/adhocore/gronx v1.19.1
10
+ github.com/adhocore/gronx v1.19.2
11
11
github.com/alicebob/miniredis/v2 v2.33.0
12
12
github.com/aws/aws-sdk-go v1.55.5
13
13
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
@@ -26,33 +26,33 @@ require (
26
26
github.com/hashicorp/go-retryablehttp v0.7.7
27
27
github.com/hashicorp/vault/api v1.15.0
28
28
github.com/joho/godotenv v1.5.1
29
- github.com/lestrrat-go/jwx/v2 v2.1.1
29
+ github.com/lestrrat-go/jwx/v2 v2.1.2
30
30
github.com/lib/pq v1.10.9
31
31
github.com/microcosm-cc/bluemonday v1.0.27
32
32
github.com/pkg/errors v0.9.1
33
- github.com/prometheus/client_golang v1.20.4
34
- github.com/redis/go-redis/v9 v9.6.1
33
+ github.com/prometheus/client_golang v1.20.5
34
+ github.com/redis/go-redis/v9 v9.7.0
35
35
github.com/sirupsen/logrus v1.9.3
36
36
github.com/spf13/afero v1.11.0
37
37
github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2
38
- github.com/urfave/cli/v2 v2.27.4
39
- go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.55 .0
40
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55 .0
41
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55 .0
42
- go.opentelemetry.io/otel v1.30 .0
43
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30 .0
44
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30 .0
45
- go.opentelemetry.io/otel/sdk v1.30 .0
46
- go.opentelemetry.io/otel/trace v1.30 .0
38
+ github.com/urfave/cli/v2 v2.27.5
39
+ go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.56 .0
40
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56 .0
41
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0
42
+ go.opentelemetry.io/otel v1.31 .0
43
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31 .0
44
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31 .0
45
+ go.opentelemetry.io/otel/sdk v1.31 .0
46
+ go.opentelemetry.io/otel/trace v1.31 .0
47
47
go.starlark.net v0.0.0-20240925182052-1207426daebd
48
- golang.org/x/crypto v0.27 .0
48
+ golang.org/x/crypto v0.28 .0
49
49
golang.org/x/oauth2 v0.23.0
50
50
golang.org/x/sync v0.8.0
51
- golang.org/x/time v0.6 .0
51
+ golang.org/x/time v0.7 .0
52
52
gorm.io/driver/postgres v1.5.9
53
53
gorm.io/driver/sqlite v1.5.6
54
54
gorm.io/gorm v1.25.12
55
- k8s.io/apimachinery v0.31.1
55
+ k8s.io/apimachinery v0.31.2
56
56
)
57
57
58
58
require (
@@ -63,13 +63,13 @@ require (
63
63
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
64
64
github.com/aymerick/douceur v0.2.0 // indirect
65
65
github.com/beorn7/perks v1.0.1 // indirect
66
- github.com/bytedance/sonic v1.12.2 // indirect
66
+ github.com/bytedance/sonic v1.12.3 // indirect
67
67
github.com/bytedance/sonic/loader v0.2.0 // indirect
68
68
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
69
69
github.com/cespare/xxhash/v2 v2.3.0 // indirect
70
70
github.com/cloudwego/base64x v0.1.4 // indirect
71
71
github.com/cloudwego/iasm v0.2.0 // indirect
72
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
72
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
73
73
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
74
74
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
75
75
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -137,16 +137,16 @@ require (
137
137
github.com/x448/float16 v0.8.4 // indirect
138
138
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
139
139
github.com/yuin/gopher-lua v1.1.1 // indirect
140
- go.opentelemetry.io/otel/metric v1.30 .0 // indirect
140
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
141
141
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
142
- golang.org/x/arch v0.10 .0 // indirect
143
- golang.org/x/net v0.29 .0 // indirect
144
- golang.org/x/sys v0.25 .0 // indirect
145
- golang.org/x/text v0.18 .0 // indirect
146
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
147
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
148
- google.golang.org/grpc v1.66 .1 // indirect
149
- google.golang.org/protobuf v1.34.2 // indirect
142
+ golang.org/x/arch v0.11 .0 // indirect
143
+ golang.org/x/net v0.30 .0 // indirect
144
+ golang.org/x/sys v0.26 .0 // indirect
145
+ golang.org/x/text v0.19 .0 // indirect
146
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
147
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
148
+ google.golang.org/grpc v1.67 .1 // indirect
149
+ google.golang.org/protobuf v1.35.1 // indirect
150
150
gopkg.in/yaml.v2 v2.4.0 // indirect
151
151
gopkg.in/yaml.v3 v3.0.1 // indirect
152
152
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments