2021-06-12 00:19:36 +00:00
|
|
|
module github.com/yunginnanet/HellPot
|
2021-06-11 22:05:40 +00:00
|
|
|
|
2024-07-06 17:43:06 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.22.4
|
2021-06-11 22:05:40 +00:00
|
|
|
|
|
|
|
require (
|
2024-07-18 22:31:04 +00:00
|
|
|
git.tcp.direct/kayos/common v1.0.0
|
2024-07-04 22:21:02 +00:00
|
|
|
github.com/fasthttp/router v1.5.2
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/knadh/koanf/parsers/toml v0.1.0
|
2024-10-24 05:30:25 +00:00
|
|
|
github.com/knadh/koanf/providers/env v1.0.0
|
|
|
|
github.com/knadh/koanf/providers/file v1.1.2
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/knadh/koanf/v2 v2.1.1
|
2024-05-25 18:01:09 +00:00
|
|
|
github.com/rs/zerolog v1.33.0
|
2024-10-24 05:30:25 +00:00
|
|
|
github.com/valyala/fasthttp v1.56.0
|
|
|
|
golang.org/x/term v0.25.0
|
2021-06-11 22:05:40 +00:00
|
|
|
)
|
2022-04-09 01:33:43 +00:00
|
|
|
|
|
|
|
require (
|
2024-02-12 22:17:34 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2024-07-01 22:56:52 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
|
2024-06-17 22:56:54 +00:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/knadh/koanf/maps v0.1.1 // indirect
|
2023-09-25 22:36:34 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
2024-07-04 22:21:02 +00:00
|
|
|
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-10-24 05:30:25 +00:00
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
)
|