Skip to content

Commit 33ca9b1

Browse files
authored
Update deps (#621)
* Update SDK * Update direct deps
1 parent 69298a8 commit 33ca9b1

File tree

3 files changed

+46
-41
lines changed

3 files changed

+46
-41
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ update-all:
9494
@go get -u ./...
9595
@go mod tidy
9696

97+
# https://groups.google.com/g/golang-nuts/c/FrWNhWsLDVY/m/CVd_iRedBwAJ
98+
update-direct-deps:
99+
@go get $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
100+
@go mod tidy
101+
97102
lint:
98103
@buf lint
99104

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151
1010
github.com/docker/go-connections v0.5.0
1111
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
1313
github.com/getsentry/sentry-go v0.29.0
1414
github.com/go-co-op/gocron v1.37.0
1515
github.com/google/go-github/v53 v53.2.0
@@ -22,7 +22,7 @@ require (
2222
github.com/mitchellh/mapstructure v1.5.0
2323
github.com/prometheus/client_golang v1.20.4
2424
github.com/prometheus/client_model v0.6.1
25-
github.com/prometheus/common v0.59.1
25+
github.com/prometheus/common v0.60.0
2626
github.com/redis/go-redis/v9 v9.6.1
2727
github.com/rs/zerolog v1.33.0
2828
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
@@ -37,11 +37,11 @@ require (
3737
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0
3838
go.opentelemetry.io/otel/sdk v1.30.0
3939
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
4545
gopkg.in/natefinch/lumberjack.v2 v2.2.1
4646
gopkg.in/yaml.v3 v3.0.1
4747
)
@@ -134,10 +134,10 @@ require (
134134
github.com/spf13/afero v1.11.0 // indirect
135135
github.com/spf13/pflag v1.0.5 // indirect
136136
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
138138
github.com/tklauser/go-sysconf v0.3.14 // indirect
139139
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
141141
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
142142
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
143143
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -146,12 +146,12 @@ require (
146146
go.opentelemetry.io/otel/metric v1.30.0 // indirect
147147
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148148
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
151151
golang.org/x/oauth2 v0.23.0 // indirect
152152
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
155155
gopkg.in/warnings.v0 v0.1.2 // indirect
156156
oras.land/oras-go/v2 v2.5.0 // indirect
157157
)

go.sum

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)