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 (
|
2023-05-05 22:57:55 +00:00
|
|
|
git.tcp.direct/kayos/common v0.8.4
|
2023-05-08 20:37:04 +00:00
|
|
|
github.com/fasthttp/router v1.4.19
|
2023-04-14 19:45:05 +00:00
|
|
|
github.com/rs/zerolog v1.29.1
|
2023-03-07 09:18:23 +00:00
|
|
|
github.com/spf13/afero v1.9.5
|
2023-01-27 03:27:43 +00:00
|
|
|
github.com/spf13/viper v1.15.0
|
2023-05-02 03:51:31 +00:00
|
|
|
github.com/valyala/fasthttp v1.47.0
|
2023-05-04 22:58:04 +00:00
|
|
|
golang.org/x/term v0.8.0
|
2021-06-11 22:05:40 +00:00
|
|
|
)
|
2022-04-09 01:33:43 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-16 10:58:13 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2022-11-07 22:09:33 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-03-16 10:58:13 +00:00
|
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
2023-01-27 03:27:43 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2022-06-08 18:04:28 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2022-06-08 18:06:48 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-01-27 03:27:43 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
2023-03-01 00:56:02 +00:00
|
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
|
2022-06-08 18:06:48 +00:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-01-27 03:27:43 +00:00
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-05-04 22:58:04 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2023-03-16 10:58:13 +00:00
|
|
|
golang.org/x/text v0.8.0 // indirect
|
2022-09-11 10:23:47 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-04-09 01:33:43 +00:00
|
|
|
)
|