2022-09-08 15:12:06 +00:00
|
|
|
module seedno.de/seednode/roulette
|
|
|
|
|
2023-01-19 18:46:50 +00:00
|
|
|
go 1.20
|
2022-09-08 15:12:06 +00:00
|
|
|
|
2022-09-10 00:00:02 +00:00
|
|
|
require (
|
|
|
|
github.com/h2non/filetype v1.1.3
|
2023-06-03 18:29:49 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2023-07-03 17:07:25 +00:00
|
|
|
github.com/klauspost/compress v1.16.7
|
2023-04-05 09:45:50 +00:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2022-11-10 05:17:19 +00:00
|
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
2023-08-05 15:31:34 +00:00
|
|
|
golang.org/x/image v0.11.0
|
2022-09-10 00:00:02 +00:00
|
|
|
)
|
2022-09-08 15:12:06 +00:00
|
|
|
|
|
|
|
require (
|
2022-11-30 03:20:21 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-09-08 15:12:06 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-08-05 15:31:34 +00:00
|
|
|
golang.org/x/net v0.14.0 // indirect
|
2022-09-08 15:12:06 +00:00
|
|
|
)
|