Skip to content

Commit ff68fb5

Browse files
authored
Update deps (#550)
1 parent 21eb967 commit ff68fb5

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ 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.14
11+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.15
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.20.0
1616
github.com/hashicorp/go-hclog v1.6.3
1717
github.com/hashicorp/go-plugin v1.6.1
1818
github.com/invopop/jsonschema v0.12.0
19-
github.com/jackc/pgx/v5 v5.5.5
19+
github.com/jackc/pgx/v5 v5.6.0
2020
github.com/knadh/koanf v1.5.0
2121
github.com/mitchellh/mapstructure v1.5.0
2222
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
25-
github.com/rs/zerolog v1.32.0
25+
github.com/rs/zerolog v1.33.0
2626
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2727
github.com/spf13/cast v1.6.0
2828
github.com/spf13/cobra v1.8.0
@@ -58,12 +58,13 @@ require (
5858
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
5959
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
6060
github.com/davecgh/go-spew v1.1.1 // indirect
61+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
6162
github.com/docker/distribution v2.8.2+incompatible // indirect
6263
github.com/docker/docker v24.0.9+incompatible // indirect
6364
github.com/docker/go-connections v0.4.0 // indirect
6465
github.com/docker/go-units v0.5.0 // indirect
6566
github.com/emirpasic/gods v1.18.1 // indirect
66-
github.com/expr-lang/expr v1.16.7 // indirect
67+
github.com/expr-lang/expr v1.16.9 // indirect
6768
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
6869
github.com/fatih/color v1.17.0 // indirect
6970
github.com/fatih/structs v1.1.0 // indirect
@@ -98,9 +99,10 @@ require (
9899
github.com/pjbgf/sha1cd v0.3.0 // indirect
99100
github.com/pkg/errors v0.9.1 // indirect
100101
github.com/pmezard/go-difflib v1.0.0 // indirect
101-
github.com/prometheus/procfs v0.14.0 // indirect
102+
github.com/prometheus/procfs v0.15.0 // indirect
102103
github.com/qri-io/jsonpointer v0.1.1 // indirect
103104
github.com/qri-io/jsonschema v0.2.1 // indirect
105+
github.com/redis/go-redis/v9 v9.5.1 // indirect
104106
github.com/robfig/cron/v3 v3.0.1 // indirect
105107
github.com/russross/blackfriday/v2 v2.1.0 // indirect
106108
github.com/sergi/go-diff v1.3.1 // indirect
@@ -121,7 +123,7 @@ require (
121123
golang.org/x/sync v0.7.0 // indirect
122124
golang.org/x/sys v0.20.0 // indirect
123125
golang.org/x/tools v0.20.0 // indirect
124-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
126+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
125127
gopkg.in/warnings.v0 v0.1.2 // indirect
126128
oras.land/oras-go/v2 v2.0.0 // indirect
127129
)

go.sum

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

0 commit comments

Comments
 (0)