24 lines
751 B
Modula-2
24 lines
751 B
Modula-2
module gospt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/cristalhq/aconfig v0.18.3
|
|
github.com/cristalhq/aconfig/aconfigyaml v0.17.1
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/zmb3/spotify/v2 v2.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 // indirect
|
|
golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|