2022-09-08 10:12:06 -05:00
|
|
|
module seedno.de/seednode/roulette
|
|
|
|
|
2023-08-11 21:32:40 -05:00
|
|
|
go 1.21
|
2022-09-08 10:12:06 -05:00
|
|
|
|
2022-09-09 19:00:02 -05:00
|
|
|
require (
|
2023-09-14 17:37:22 -05:00
|
|
|
github.com/alecthomas/chroma/v2 v2.9.1
|
2023-06-03 13:29:49 -05:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2023-09-18 19:44:06 -05:00
|
|
|
github.com/klauspost/compress v1.17.0
|
2023-04-05 04:45:50 -05:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2022-11-09 23:17:19 -06:00
|
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
2023-10-05 15:25:57 -05:00
|
|
|
golang.org/x/image v0.13.0
|
2022-09-09 19:00:02 -05:00
|
|
|
)
|
2022-09-08 10:12:06 -05:00
|
|
|
|
|
|
|
require (
|
2023-09-14 17:37:22 -05:00
|
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
2022-11-29 21:20:21 -06:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-09-08 10:12:06 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-10-06 11:54:32 -05:00
|
|
|
golang.org/x/net v0.16.0 // indirect
|
2022-09-08 10:12:06 -05:00
|
|
|
)
|