2021-06-12 00:19:36 +00:00
|
|
|
module github.com/yunginnanet/HellPot
|
2021-06-11 22:05:40 +00:00
|
|
|
|
2022-09-11 10:23:47 +00:00
|
|
|
go 1.19
|
2021-06-11 22:05:40 +00:00
|
|
|
|
|
|
|
require (
|
2024-01-29 22:33:18 +00:00
|
|
|
git.tcp.direct/kayos/common v0.9.7
|
2024-05-23 22:11:12 +00:00
|
|
|
github.com/fasthttp/router v1.5.1
|
2024-06-19 18:03:51 +00:00
|
|
|
github.com/knadh/koanf/parsers/toml v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/env v0.1.0
|
2024-06-21 04:42:24 +00:00
|
|
|
github.com/knadh/koanf/providers/structs v0.1.0
|
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-06-17 22:56:54 +00:00
|
|
|
github.com/valyala/fasthttp v1.55.0
|
2024-06-04 22:19:46 +00:00
|
|
|
golang.org/x/term v0.21.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-06-21 04:42:24 +00:00
|
|
|
github.com/fatih/structs v1.1.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-03-04 22:46:57 +00:00
|
|
|
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-06-04 22:19:46 +00:00
|
|
|
golang.org/x/sys v0.21.0 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
)
|