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-09-07 22:56:13 +00:00
|
|
|
git.tcp.direct/kayos/common v0.9.2
|
2023-07-18 22:30:55 +00:00
|
|
|
github.com/fasthttp/router v1.4.20
|
2023-08-05 08:43:54 +00:00
|
|
|
github.com/rs/zerolog v1.30.0
|
2023-03-07 09:18:23 +00:00
|
|
|
github.com/spf13/afero v1.9.5
|
2023-05-30 22:58:18 +00:00
|
|
|
github.com/spf13/viper v1.16.0
|
2023-09-14 22:39:38 +00:00
|
|
|
github.com/valyala/fasthttp v1.50.0
|
2023-09-08 00:04:38 +00:00
|
|
|
golang.org/x/term v0.12.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-05-30 22:58:18 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
2023-03-01 00:56:02 +00:00
|
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
|
2023-05-30 22:58:18 +00:00
|
|
|
github.com/spf13/cast v1.5.1 // 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-09-08 00:04:38 +00:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
2023-05-30 22:58:18 +00:00
|
|
|
golang.org/x/text v0.9.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
|
|
|
)
|