Files
speedrun/go.mod
Dawid Pogorzelski ef268fd7b2 Fix progress output (#48)
* Remove fingerprint warning message

* Update dependencies
2021-04-06 12:30:11 +02:00

39 lines
1.5 KiB
Modula-2

module speedrun
go 1.16
require (
cloud.google.com/go v0.81.0 // indirect
github.com/alitto/pond v1.5.0
github.com/apex/log v1.9.0
github.com/cheggaaa/pb/v3 v3.0.7
github.com/fatih/color v1.10.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/jwalton/gchalk v1.0.3
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/melbahja/goph v1.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/pkg/sftp v1.13.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/api v0.43.0
google.golang.org/genproto v0.0.0-20210405174219-a39eb2f71cb9 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)