Initial commit

This commit is contained in:
2021-03-21 23:10:46 +01:00
commit 3144420a47
22 changed files with 2364 additions and 0 deletions

31
go.mod Normal file
View File

@@ -0,0 +1,31 @@
module speedrun
go 1.16
require (
github.com/alitto/pond v1.5.0
github.com/apex/log v1.9.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/jwalton/gchalk v1.0.3
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/manifoldco/promptui v0.8.0
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.8.1 // indirect
github.com/pkg/sftp v1.13.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-20210317152858-513c2a44f670
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
google.golang.org/api v0.42.0
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)