2022-09-08 10:12:06 -05:00
|
|
|
module seedno.de/seednode/roulette
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2022-09-09 19:00:02 -05:00
|
|
|
require (
|
|
|
|
github.com/h2non/filetype v1.1.3
|
2022-10-24 21:50:41 -05:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-11-09 23:17:19 -06:00
|
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
2022-10-28 18:32:03 -05:00
|
|
|
golang.org/x/image v0.1.0
|
2022-09-09 19:00:02 -05:00
|
|
|
)
|
2022-09-08 10:12:06 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-10 00:31:50 -06:00
|
|
|
golang.org/x/net v0.2.0 // indirect
|
2022-09-08 10:12:06 -05:00
|
|
|
)
|