This commit is contained in:
2023-02-21 14:35:12 +01:00
parent 22779044c4
commit a4a90807b5
2 changed files with 18 additions and 6 deletions
+9 -6
View File
@@ -3,9 +3,16 @@ module github.com/aledjones/spotigram
go 1.19
require (
github.com/dchest/uniuri v1.2.0 // indirect
github.com/dchest/uniuri v1.2.0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/zmb3/spotify/v2 v2.3.1
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
)
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -14,14 +21,10 @@ require (
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.15.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/zmb3/spotify/v2 v2.3.1 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect