@@ -8,18 +8,18 @@ require (
8
8
github.com/codingsince1985/checksum v1.3.0
9
9
github.com/cybercyst/go-scaffold v0.0.0-20240404115540-744e601147cd
10
10
github.com/envoyproxy/protoc-gen-validate v1.0.4
11
- github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.12
11
+ github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
12
12
github.com/getsentry/sentry-go v0.27.0
13
13
github.com/go-co-op/gocron v1.37.0
14
14
github.com/google/go-github/v53 v53.2.0
15
15
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
16
16
github.com/hashicorp/go-hclog v1.6.3
17
- github.com/hashicorp/go-plugin v1.6.0
17
+ github.com/hashicorp/go-plugin v1.6.1
18
18
github.com/invopop/jsonschema v0.12.0
19
19
github.com/jackc/pgx/v5 v5.5.5
20
20
github.com/knadh/koanf v1.5.0
21
21
github.com/mitchellh/mapstructure v1.5.0
22
- github.com/prometheus/client_golang v1.19.0
22
+ github.com/prometheus/client_golang v1.19.1
23
23
github.com/prometheus/client_model v0.6.1
24
24
github.com/prometheus/common v0.53.0
25
25
github.com/rs/zerolog v1.32.0
@@ -36,7 +36,7 @@ require (
36
36
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
37
37
golang.org/x/text v0.15.0
38
38
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
39
- google.golang.org/grpc v1.63.2
39
+ google.golang.org/grpc v1.64.0
40
40
google.golang.org/protobuf v1.34.1
41
41
gopkg.in/natefinch/lumberjack.v2 v2.2.1
42
42
gopkg.in/yaml.v2 v2.4.0
@@ -63,9 +63,9 @@ require (
63
63
github.com/docker/go-connections v0.4.0 // indirect
64
64
github.com/docker/go-units v0.5.0 // indirect
65
65
github.com/emirpasic/gods v1.18.1 // indirect
66
- github.com/expr-lang/expr v1.16.5 // indirect
66
+ github.com/expr-lang/expr v1.16.7 // indirect
67
67
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
68
- github.com/fatih/color v1.16 .0 // indirect
68
+ github.com/fatih/color v1.17 .0 // indirect
69
69
github.com/fatih/structs v1.1.0 // indirect
70
70
github.com/flosch/pongo2/v6 v6.0.0 // indirect
71
71
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -107,21 +107,21 @@ require (
107
107
github.com/skeema/knownhosts v1.2.1 // indirect
108
108
github.com/spf13/afero v1.10.0 // indirect
109
109
github.com/spf13/pflag v1.0.5 // indirect
110
- github.com/tetratelabs/wazero v1.7.1 // indirect
111
- github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // indirect
110
+ github.com/tetratelabs/wazero v1.7.2 // indirect
111
+ github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
112
112
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
113
113
github.com/xanzy/ssh-agent v0.3.3 // indirect
114
114
go.opentelemetry.io/otel/metric v1.26.0 // indirect
115
115
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
116
116
go.uber.org/atomic v1.11.0 // indirect
117
- golang.org/x/crypto v0.22 .0 // indirect
117
+ golang.org/x/crypto v0.23 .0 // indirect
118
118
golang.org/x/mod v0.17.0 // indirect
119
- golang.org/x/net v0.24 .0 // indirect
119
+ golang.org/x/net v0.25 .0 // indirect
120
120
golang.org/x/oauth2 v0.19.0 // indirect
121
121
golang.org/x/sync v0.7.0 // indirect
122
- golang.org/x/sys v0.19 .0 // indirect
122
+ golang.org/x/sys v0.20 .0 // indirect
123
123
golang.org/x/tools v0.20.0 // indirect
124
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
124
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
125
125
gopkg.in/warnings.v0 v0.1.2 // indirect
126
126
oras.land/oras-go/v2 v2.0.0 // indirect
127
127
)
0 commit comments