Skip to content

Commit fd0c9e0

Browse files
committed
Update dependencies
1 parent 9375b56 commit fd0c9e0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/NYTimes/gziphandler v1.1.1
88
github.com/codingsince1985/checksum v1.3.0
99
github.com/envoyproxy/protoc-gen-validate v1.0.2
10-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.1.1
10+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.1.2
1111
github.com/getsentry/sentry-go v0.25.0
1212
github.com/go-co-op/gocron v1.35.2
1313
github.com/google/go-cmp v0.6.0
@@ -20,7 +20,7 @@ require (
2020
github.com/mitchellh/mapstructure v1.5.0
2121
github.com/prometheus/client_golang v1.17.0
2222
github.com/prometheus/client_model v0.5.0
23-
github.com/prometheus/common v0.44.0
23+
github.com/prometheus/common v0.45.0
2424
github.com/rs/zerolog v1.31.0
2525
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2626
github.com/spf13/cobra v1.7.0
@@ -33,7 +33,7 @@ require (
3333
go.opentelemetry.io/otel/trace v1.19.0
3434
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
3535
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
36-
google.golang.org/grpc v1.58.3
36+
google.golang.org/grpc v1.59.0
3737
google.golang.org/protobuf v1.31.0
3838
gopkg.in/natefinch/lumberjack.v2 v2.2.1
3939
gopkg.in/yaml.v3 v3.0.1
@@ -61,7 +61,7 @@ require (
6161
github.com/mailru/easyjson v0.7.7 // indirect
6262
github.com/mattn/go-colorable v0.1.13 // indirect
6363
github.com/mattn/go-isatty v0.0.20 // indirect
64-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
64+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
6565
github.com/mitchellh/copystructure v1.2.0 // indirect
6666
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
6767
github.com/mitchellh/reflectwalk v1.0.2 // indirect

go.sum

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

0 commit comments

Comments
 (0)