Skip to content

Commit

Permalink
Update deps (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored May 17, 2024
1 parent 8a68b23 commit 57631ac
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@ go 1.21
toolchain go1.22.0

require (
github.com/expr-lang/expr v1.16.5
github.com/expr-lang/expr v1.16.7
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/pganalyze/pg_query_go/v5 v5.1.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_golang v1.19.1
github.com/rs/zerolog v1.32.0
github.com/stretchr/testify v1.8.4
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
google.golang.org/grpc v1.63.2
github.com/stretchr/testify v1.9.0
github.com/wasilibs/go-pgquery v0.0.0-20240510022537-eb0917feddeb
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
)

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/fatih/color v1.16.0 // 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/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand All @@ -34,10 +35,10 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.14.0 // indirect
github.com/tetratelabs/wazero v1.7.1 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.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-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
54 changes: 28 additions & 26 deletions go.sum

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

0 comments on commit 57631ac

Please sign in to comment.