@@ -9,7 +9,7 @@ require (
9
9
github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151
10
10
github.com/docker/go-connections v0.5.0
11
11
github.com/envoyproxy/protoc-gen-validate v1.1.0
12
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.2
12
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.3
13
13
github.com/getsentry/sentry-go v0.29.0
14
14
github.com/go-co-op/gocron v1.37.0
15
15
github.com/google/go-github/v53 v53.2.0
@@ -22,7 +22,7 @@ require (
22
22
github.com/mitchellh/mapstructure v1.5.0
23
23
github.com/prometheus/client_golang v1.20.4
24
24
github.com/prometheus/client_model v0.6.1
25
- github.com/prometheus/common v0.59.1
25
+ github.com/prometheus/common v0.60.0
26
26
github.com/redis/go-redis/v9 v9.6.1
27
27
github.com/rs/zerolog v1.33.0
28
28
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
@@ -37,11 +37,11 @@ require (
37
37
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0
38
38
go.opentelemetry.io/otel/sdk v1.30.0
39
39
go.opentelemetry.io/otel/trace v1.30.0
40
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
41
- golang.org/x/text v0.18 .0
42
- google.golang.org/genproto/googleapis/api v0.0.0-20240924160255-9d4c2d233b61
43
- google.golang.org/grpc v1.67.0
44
- google.golang.org/protobuf v1.34.2
40
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
41
+ golang.org/x/text v0.19 .0
42
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
43
+ google.golang.org/grpc v1.67.1
44
+ google.golang.org/protobuf v1.35.1
45
45
gopkg.in/natefinch/lumberjack.v2 v2.2.1
46
46
gopkg.in/yaml.v3 v3.0.1
47
47
)
@@ -134,10 +134,10 @@ require (
134
134
github.com/spf13/afero v1.11.0 // indirect
135
135
github.com/spf13/pflag v1.0.5 // indirect
136
136
github.com/stretchr/objx v0.5.2 // indirect
137
- github.com/tetratelabs/wazero v1.8.0 // indirect
137
+ github.com/tetratelabs/wazero v1.8.1 // indirect
138
138
github.com/tklauser/go-sysconf v0.3.14 // indirect
139
139
github.com/tklauser/numcpus v0.8.0 // indirect
140
- github.com/wasilibs/go-pgquery v0.0.0-20240826014338-9ea9e19d01fd // indirect
140
+ github.com/wasilibs/go-pgquery v0.0.0-20241011013927-817756c5aae4 // indirect
141
141
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
142
142
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
143
143
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -146,12 +146,12 @@ require (
146
146
go.opentelemetry.io/otel/metric v1.30.0 // indirect
147
147
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148
148
go.uber.org/atomic v1.11.0 // indirect
149
- golang.org/x/crypto v0.27 .0 // indirect
150
- golang.org/x/net v0.29 .0 // indirect
149
+ golang.org/x/crypto v0.28 .0 // indirect
150
+ golang.org/x/net v0.30 .0 // indirect
151
151
golang.org/x/oauth2 v0.23.0 // indirect
152
152
golang.org/x/sync v0.8.0 // indirect
153
- golang.org/x/sys v0.25 .0 // indirect
154
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect
153
+ golang.org/x/sys v0.26 .0 // indirect
154
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
155
155
gopkg.in/warnings.v0 v0.1.2 // indirect
156
156
oras.land/oras-go/v2 v2.5.0 // indirect
157
157
)
0 commit comments