Skip to content

Commit

Permalink
Update deps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored May 17, 2024
1 parent 41c2e27 commit 2dfc993
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
28 changes: 14 additions & 14 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/dop251/goja v0.0.0-20240220182346-e401ed450204
github.com/dop251/goja_nodejs v0.0.0-20240221231712-27eeffc9c235
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.10
github.com/gatewayd-io/gatewayd-plugin-sdk v0.2.13
github.com/getsentry/sentry-go v0.27.0
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.6.0
github.com/prometheus/client_golang v1.19.0
github.com/hashicorp/go-plugin v1.6.1
github.com/prometheus/client_golang v1.19.1
github.com/spf13/cast v1.6.0
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
google.golang.org/grpc v1.63.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/dlclark/regexp2 v1.11.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect
Expand All @@ -31,13 +31,13 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/pganalyze/pg_query_go/v5 v5.1.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
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
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
)
60 changes: 30 additions & 30 deletions go.sum

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

0 comments on commit 2dfc993

Please sign in to comment.