Skip to content

Commit

Permalink
fix: update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Oct 18, 2021
1 parent fb935d1 commit c627940
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 176 deletions.
28 changes: 20 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ module github.com/supabase/cli
go 1.16

require (
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/charmbracelet/bubbles v0.9.0
github.com/charmbracelet/bubbletea v0.17.0
github.com/charmbracelet/lipgloss v0.3.0
github.com/containerd/containerd v1.5.2 // indirect
github.com/docker/docker v20.10.7+incompatible
github.com/charmbracelet/lipgloss v0.4.0
github.com/containerd/console v1.0.3 // indirect
github.com/containerd/containerd v1.5.7 // indirect
github.com/docker/docker v20.10.9+incompatible
github.com/docker/go-connections v0.4.0
github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify v1.5.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/iancoleman/orderedmap v0.2.0
github.com/jackc/pgx/v4 v4.12.0
github.com/joho/godotenv v1.3.0
github.com/jackc/pgx/v4 v4.13.0
github.com/joho/godotenv v1.4.0
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect
google.golang.org/grpc v1.41.0 // indirect
)
Loading

0 comments on commit c627940

Please sign in to comment.