Skip to content

Commit 29aa557

Browse files
authored
Update deps (#532)
1 parent 51bb3a4 commit 29aa557

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ require (
88
github.com/codingsince1985/checksum v1.3.0
99
github.com/cybercyst/go-scaffold v0.0.0-20240404115540-744e601147cd
1010
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
1212
github.com/getsentry/sentry-go v0.27.0
1313
github.com/go-co-op/gocron v1.37.0
1414
github.com/google/go-github/v53 v53.2.0
1515
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
1616
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
1818
github.com/invopop/jsonschema v0.12.0
1919
github.com/jackc/pgx/v5 v5.5.5
2020
github.com/knadh/koanf v1.5.0
2121
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
2323
github.com/prometheus/client_model v0.6.1
2424
github.com/prometheus/common v0.53.0
2525
github.com/rs/zerolog v1.32.0
@@ -36,7 +36,7 @@ require (
3636
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
3737
golang.org/x/text v0.15.0
3838
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
4040
google.golang.org/protobuf v1.34.1
4141
gopkg.in/natefinch/lumberjack.v2 v2.2.1
4242
gopkg.in/yaml.v2 v2.4.0
@@ -63,9 +63,9 @@ require (
6363
github.com/docker/go-connections v0.4.0 // indirect
6464
github.com/docker/go-units v0.5.0 // indirect
6565
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
6767
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
6969
github.com/fatih/structs v1.1.0 // indirect
7070
github.com/flosch/pongo2/v6 v6.0.0 // indirect
7171
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -107,21 +107,21 @@ require (
107107
github.com/skeema/knownhosts v1.2.1 // indirect
108108
github.com/spf13/afero v1.10.0 // indirect
109109
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
112112
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
113113
github.com/xanzy/ssh-agent v0.3.3 // indirect
114114
go.opentelemetry.io/otel/metric v1.26.0 // indirect
115115
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
116116
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
118118
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
120120
golang.org/x/oauth2 v0.19.0 // indirect
121121
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
123123
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
125125
gopkg.in/warnings.v0 v0.1.2 // indirect
126126
oras.land/oras-go/v2 v2.0.0 // indirect
127127
)

go.sum

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)