Skip to content

Commit

Permalink
chore: bumo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Nov 1, 2024
1 parent 808f078 commit 897d9a8
Show file tree
Hide file tree
Showing 2 changed files with 1,223 additions and 746 deletions.
28 changes: 15 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,44 @@ require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/NYTimes/gziphandler v1.1.1
github.com/authzed/authzed-go v0.7.0
github.com/authzed/grpcutil v0.0.0-20220104222419-f813f77722e5
github.com/authzed/grpcutil v0.0.0-20230908193239-4286bb1d6403
github.com/briandowns/spinner v1.18.0
github.com/charmbracelet/glamour v0.3.0
github.com/cli/safeexec v1.0.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/google/go-cmp v0.5.8
github.com/golang-migrate/migrate/v4 v4.16.0
github.com/google/go-cmp v0.5.9
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/hashicorp/go-version v1.3.0
github.com/jeremywohl/flatten v1.0.1
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.0
github.com/mattn/go-isatty v0.0.14
github.com/lib/pq v1.10.2
github.com/mattn/go-isatty v0.0.17
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/mapstructure v1.4.1
github.com/muesli/termenv v0.9.0
github.com/oklog/run v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/ory/dockertest/v3 v3.9.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/schollz/progressbar/v3 v3.8.5
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.2
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.19.0
golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
golang.org/x/text v0.3.7
google.golang.org/api v0.84.0
google.golang.org/grpc v1.49.0
golang.org/x/net v0.15.0 // indirect
golang.org/x/oauth2 v0.10.0
golang.org/x/text v0.13.0
google.golang.org/api v0.126.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.58.0
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit 897d9a8

Please sign in to comment.