Skip to content

Commit

Permalink
chore(deps): 20241209 (#715)
Browse files Browse the repository at this point in the history
It looks like the ALPN was fixed in upstream gRPC:
grpc/grpc-go#7709. No need to explicitly pass
`NextProtos: []string{"h2"}`.
  • Loading branch information
sourishkrout authored Dec 10, 2024
1 parent 49ca810 commit b3b06eb
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 101 deletions.
66 changes: 33 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ toolchain go1.23.2
// replace github.com/stateful/godotenv => ../godotenv

require (
cloud.google.com/go/secretmanager v1.14.1
github.com/Masterminds/semver/v3 v3.3.0
cloud.google.com/go/secretmanager v1.14.2
github.com/Masterminds/semver/v3 v3.3.1
github.com/Microsoft/go-winio v0.6.2
github.com/atotto/clipboard v0.1.4
github.com/charmbracelet/bubbletea v1.2.2
github.com/charmbracelet/bubbletea v1.2.4
github.com/charmbracelet/lipgloss v1.0.0
github.com/cli/cli/v2 v2.62.0
github.com/cli/go-gh/v2 v2.11.0
github.com/cli/cli/v2 v2.63.2
github.com/cli/go-gh/v2 v2.11.1
github.com/containerd/console v1.0.4
github.com/creack/pty v1.1.24
github.com/docker/docker v27.3.1+incompatible
github.com/docker/docker v27.4.0+incompatible
github.com/expr-lang/expr v1.16.9
github.com/fatih/color v1.18.0
github.com/fullstorydev/grpcurl v1.9.1
github.com/gabriel-vasile/mimetype v1.4.6
github.com/fullstorydev/grpcurl v1.9.2
github.com/gabriel-vasile/mimetype v1.4.7
github.com/go-git/go-billy/v5 v5.6.0
github.com/gobwas/glob v0.2.3
github.com/golang/mock v1.6.0
Expand All @@ -38,34 +38,34 @@ require (
github.com/rogpeppe/go-internal v1.13.1
github.com/rwtodd/Go.Sed v0.0.0-20240405174034-bb8ed5da0fd0
github.com/stateful/godotenv v0.0.0-20240309032207-c7bc0b812915
github.com/vektah/gqlparser/v2 v2.5.19
github.com/vektah/gqlparser/v2 v2.5.20
github.com/xo/dburl v0.23.2
github.com/yuin/goldmark v1.7.8
go.uber.org/dig v1.18.0
go.uber.org/multierr v1.11.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
golang.org/x/oauth2 v0.24.0
golang.org/x/sys v0.27.0
golang.org/x/term v0.26.0
google.golang.org/api v0.196.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697
golang.org/x/sys v0.28.0
golang.org/x/term v0.27.0
google.golang.org/api v0.210.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
google.golang.org/protobuf v1.35.2
mvdan.cc/sh/v3 v3.10.0
)

require (
cloud.google.com/go/auth v0.9.4 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/auth v0.12.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/iam v1.2.1 // indirect
cloud.google.com/go/iam v1.3.0 // indirect
dario.cat/mergo v1.0.1 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/charmbracelet/x/ansi v0.4.5 // indirect
github.com/charmbracelet/x/ansi v0.5.2 // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand All @@ -76,31 +76,31 @@ require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/time v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
gotest.tools/v3 v3.5.1 // indirect
)

require (
github.com/ProtonMail/go-crypto v1.1.2 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/briandowns/spinner v1.23.1 // indirect
github.com/cli/go-gh v1.2.1
github.com/cli/safeexec v1.0.1 // indirect
Expand Down Expand Up @@ -129,17 +129,17 @@ require (
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.27.0 // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/Khan/genqlient v0.7.0
github.com/charmbracelet/bubbles v0.20.0
github.com/elliotchance/orderedmap v1.6.0
github.com/elliotchance/orderedmap v1.7.0
github.com/go-git/go-git/v5 v5.12.0
github.com/go-playground/assert/v2 v2.2.0
github.com/go-playground/validator/v10 v10.23.0
Expand All @@ -155,8 +155,8 @@ require (
github.com/pkg/term v1.2.0-beta.2.0.20211217091447-1a4a3b719465
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.9.0
google.golang.org/grpc v1.66.0 // downgrade due to issue with ALPN and HTTP/2
golang.org/x/sync v0.10.0
google.golang.org/grpc v1.68.1
)
Loading

0 comments on commit b3b06eb

Please sign in to comment.