Skip to content

Commit

Permalink
Bump deps (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Oct 18, 2023
1 parent 0cb3e88 commit bf2aa70
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 72 deletions.
47 changes: 23 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/bufbuild/connect-grpchealth-go v1.1.1
github.com/bufbuild/connect-grpcreflect-go v1.1.0
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.8.0
github.com/cli/cli/v2 v2.34.0
github.com/charmbracelet/lipgloss v0.9.1
github.com/cli/cli/v2 v2.36.0
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
github.com/creack/pty v1.1.18
github.com/fatih/color v1.15.0
Expand All @@ -20,37 +20,36 @@ require (
github.com/google/go-github/v45 v45.2.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.19
github.com/mattn/go-isatty v0.0.20
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/muesli/cancelreader v0.2.2
github.com/rogpeppe/go-internal v1.11.0
github.com/rs/cors v1.10.0
github.com/rs/cors v1.10.1
github.com/rs/xid v1.5.0
github.com/rwtodd/Go.Sed v0.0.0-20230610052213-ba3e9c186f0a
github.com/vektah/gqlparser/v2 v2.5.9
github.com/vektah/gqlparser/v2 v2.5.10
github.com/yuin/goldmark v1.5.6
go.uber.org/multierr v1.11.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/net v0.15.0
golang.org/x/oauth2 v0.12.0
golang.org/x/sys v0.12.0
golang.org/x/term v0.12.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.13.0
golang.org/x/sys v0.13.0
golang.org/x/term v0.13.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
google.golang.org/protobuf v1.31.0
)

require (
dario.cat/mergo v1.0.0 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/cli/go-gh/v2 v2.3.0 // indirect
github.com/cli/go-gh/v2 v2.4.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
)

require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/briandowns/spinner v1.23.0 // indirect
github.com/cli/go-gh v1.2.1
Expand Down Expand Up @@ -78,12 +77,12 @@ require (
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/skeema/knownhosts v1.2.0 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -95,10 +94,10 @@ require (
github.com/elliotchance/orderedmap v1.5.0
github.com/go-git/go-git/v5 v5.9.0
github.com/go-playground/assert/v2 v2.2.0
github.com/go-playground/validator/v10 v10.15.4
github.com/go-playground/validator/v10 v10.15.5
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.3.1
github.com/hashicorp/golang-lru/v2 v2.0.6
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/henvic/httpretty v0.1.2
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0
Expand All @@ -108,7 +107,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.25.0
golang.org/x/sync v0.3.0
google.golang.org/grpc v1.58.0
go.uber.org/zap v1.26.0
golang.org/x/sync v0.4.0
google.golang.org/grpc v1.58.3
)
Loading

0 comments on commit bf2aa70

Please sign in to comment.