Skip to content

Commit

Permalink
chore: bump grpc deps (#7)
Browse files Browse the repository at this point in the history
chore: bump up grpc deps
  • Loading branch information
mabdh authored Sep 11, 2023
1 parent dff8984 commit a7dafec
Show file tree
Hide file tree
Showing 2 changed files with 1,093 additions and 41 deletions.
25 changes: 13 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ 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/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/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
Expand All @@ -37,14 +37,15 @@ require (
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/genproto v0.0.0-20220822174746-9e6da59bd2fc
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
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/api v0.0.0-20230726155614-23370e0ffb3e
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.58.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit a7dafec

Please sign in to comment.