2022-09-08 15:12:06 +00:00
|
|
|
module seedno.de/seednode/roulette
|
|
|
|
|
2023-08-12 02:32:40 +00:00
|
|
|
go 1.21
|
2022-09-08 15:12:06 +00:00
|
|
|
|
2022-09-10 00:00:02 +00:00
|
|
|
require (
|
2023-11-13 17:29:17 +00:00
|
|
|
github.com/alecthomas/chroma/v2 v2.11.1
|
2023-06-03 18:29:49 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2023-10-24 08:25:47 +00:00
|
|
|
github.com/klauspost/compress v1.17.2
|
2023-11-05 14:16:51 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2022-11-10 05:17:19 +00:00
|
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
2023-11-08 02:38:35 +00:00
|
|
|
golang.org/x/image v0.14.0
|
2022-09-10 00:00:02 +00:00
|
|
|
)
|
2022-09-08 15:12:06 +00:00
|
|
|
|
|
|
|
require (
|
2023-09-14 22:37:22 +00:00
|
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
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-11-08 20:23:16 +00:00
|
|
|
golang.org/x/net v0.18.0 // indirect
|
2022-09-08 15:12:06 +00:00
|
|
|
)
|