@@ -8,7 +8,7 @@ require (
88github.com/codingsince1985/checksum v1.3.0
99github.com/cybercyst/go-scaffold v0.0.0-20240404115540-744e601147cd
1010github.com/envoyproxy/protoc-gen-validate v1.0.4
11- github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.16
11+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.3.0
1212github.com/getsentry/sentry-go v0.28.0
1313github.com/go-co-op/gocron v1.37.0
1414github.com/google/go-github/v53 v53.2.0
@@ -21,12 +21,12 @@ require (
2121github.com/mitchellh/mapstructure v1.5.0
2222github.com/prometheus/client_golang v1.19.1
2323github.com/prometheus/client_model v0.6.1
24- github.com/prometheus/common v0.54 .0
25- github.com/redis/go-redis/v9 v9.5.2
24+ github.com/prometheus/common v0.55 .0
25+ github.com/redis/go-redis/v9 v9.5.4
2626github.com/rs/zerolog v1.33.0
2727github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2828github.com/spf13/cast v1.6.0
29- github.com/spf13/cobra v1.8.0
29+ github.com/spf13/cobra v1.8.1
3030github.com/stretchr/testify v1.9.0
3131github.com/testcontainers/testcontainers-go v0.31.0
3232github.com/testcontainers/testcontainers-go/modules/redis v0.31.0
@@ -39,10 +39,9 @@ require (
3939golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
4040golang.org/x/text v0.16.0
4141google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117
42- google.golang.org/grpc v1.64 .0
43- google.golang.org/protobuf v1.34.1
42+ google.golang.org/grpc v1.65 .0
43+ google.golang.org/protobuf v1.34.2
4444gopkg.in/natefinch/lumberjack.v2 v2.2.1
45- gopkg.in/yaml.v2 v2.4.0
4645gopkg.in/yaml.v3 v3.0.1
4746)
4847
@@ -108,6 +107,7 @@ require (
108107github.com/moby/sys/user v0.1.0 // indirect
109108github.com/moby/term v0.5.0 // indirect
110109github.com/morikuni/aec v1.0.0 // indirect
110+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
111111github.com/oklog/run v1.1.0 // indirect
112112github.com/opencontainers/go-digest v1.0.0 // indirect
113113github.com/opencontainers/image-spec v1.1.0 // indirect
@@ -140,14 +140,14 @@ require (
140140go.opentelemetry.io/otel/metric v1.27.0 // indirect
141141go.opentelemetry.io/proto/otlp v1.2.0 // indirect
142142go.uber.org/atomic v1.11.0 // indirect
143- golang.org/x/crypto v0.24 .0 // indirect
143+ golang.org/x/crypto v0.25 .0 // indirect
144144golang.org/x/mod v0.17.0 // indirect
145- golang.org/x/net v0.26 .0 // indirect
146- golang.org/x/oauth2 v0.20 .0 // indirect
145+ golang.org/x/net v0.27 .0 // indirect
146+ golang.org/x/oauth2 v0.21 .0 // indirect
147147golang.org/x/sync v0.7.0 // indirect
148- golang.org/x/sys v0.21 .0 // indirect
148+ golang.org/x/sys v0.22 .0 // indirect
149149golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
150- google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
150+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
151151gopkg.in/warnings.v0 v0.1.2 // indirect
152152oras.land/oras-go/v2 v2.5.0 // indirect
153153)
0 commit comments