Skip to content

Commit bd86ad3

Browse files
authored
Update dependencies (#19)
* Update deps * Add .gitattributes to ignore auto-generated files
1 parent 6290ac5 commit bd86ad3

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
3+
go.sum linguist-generated=true
4+

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ go 1.22
55
require (
66
github.com/carlmjohnson/requests v0.23.5
77
github.com/corazawaf/libinjection-go v0.1.3
8-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.8
9-
github.com/hashicorp/go-hclog v1.6.2
8+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
9+
github.com/hashicorp/go-hclog v1.6.3
1010
github.com/hashicorp/go-plugin v1.6.0
1111
github.com/jackc/pgx/v5 v5.5.5
1212
github.com/prometheus/client_golang v1.19.0
1313
github.com/spf13/cast v1.6.0
14-
google.golang.org/grpc v1.62.1
14+
google.golang.org/grpc v1.63.0
1515
)
1616

1717
require (
1818
github.com/beorn7/perks v1.0.1 // indirect
19-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
20-
github.com/expr-lang/expr v1.16.1 // indirect
19+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
20+
github.com/expr-lang/expr v1.16.3 // indirect
2121
github.com/fatih/color v1.16.0 // indirect
2222
github.com/golang/protobuf v1.5.4 // indirect
2323
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -26,15 +26,15 @@ require (
2626
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2727
github.com/oklog/run v1.1.0 // indirect
2828
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
29-
github.com/prometheus/client_model v0.6.0 // indirect
30-
github.com/prometheus/common v0.50.0 // indirect
29+
github.com/prometheus/client_model v0.6.1 // indirect
30+
github.com/prometheus/common v0.52.2 // indirect
3131
github.com/prometheus/procfs v0.13.0 // indirect
3232
github.com/rs/zerolog v1.32.0 // indirect
33-
github.com/tetratelabs/wazero v1.7.0-pre.1.0.20240312010644-4242b5e21147 // indirect
34-
github.com/wasilibs/go-pgquery v0.0.0-20240312013253-ea2c9a5ef70c // indirect
35-
golang.org/x/net v0.22.0 // indirect
36-
golang.org/x/sys v0.18.0 // indirect
33+
github.com/tetratelabs/wazero v1.7.0 // indirect
34+
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // indirect
35+
golang.org/x/net v0.24.0 // indirect
36+
golang.org/x/sys v0.19.0 // indirect
3737
golang.org/x/text v0.14.0 // indirect
38-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314204616-9694c7771956 // indirect
38+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
3939
google.golang.org/protobuf v1.33.0 // indirect
4040
)

go.sum

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

0 commit comments

Comments
 (0)