2024-02-18 06:57:47 +00:00
|
|
|
module git.asdf.cafe/abs3nt/gospt-ng
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
gfx.cafe/util/go/fxplus v0.0.0-20231226111635-bc00a6a250fb
|
|
|
|
git.asdf.cafe/abs3nt/gunner v0.0.1
|
|
|
|
github.com/lmittmann/tint v1.0.4
|
2024-02-18 09:30:19 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.1
|
2024-02-18 06:57:47 +00:00
|
|
|
github.com/zmb3/spotify/v2 v2.4.1
|
|
|
|
go.uber.org/fx v1.20.1
|
|
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-18 09:30:19 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2024-02-18 06:57:47 +00:00
|
|
|
github.com/cristalhq/aconfig v0.18.5 // indirect
|
|
|
|
github.com/cristalhq/aconfig/aconfigdotenv v0.17.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
2024-02-18 09:30:19 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2024-02-18 06:57:47 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/dig v1.17.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.23.0 // indirect
|
|
|
|
golang.org/x/net v0.17.0 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
|
|
)
|