Skip to content

Commit

Permalink
Update deps (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored May 17, 2024
1 parent ad59d46 commit dc2501e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ go 1.22
require (
github.com/carlmjohnson/requests v0.23.5
github.com/corazawaf/libinjection-go v0.1.3
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.6.0
github.com/hashicorp/go-plugin v1.6.1
github.com/jackc/pgx/v5 v5.5.5
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_golang v1.19.1
github.com/spf13/cast v1.6.0
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.63.0
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.64.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/expr-lang/expr v1.16.3 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/expr-lang/expr v1.16.7 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -30,15 +30,15 @@ require (
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.2 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.14.0 // indirect
github.com/rs/zerolog v1.32.0 // indirect
github.com/tetratelabs/wazero v1.7.0 // indirect
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/protobuf v1.33.0 // indirect
github.com/tetratelabs/wazero v1.7.2 // indirect
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
72 changes: 36 additions & 36 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc2501e

Please sign in to comment.