2021-06-12 00:19:36 +00:00
|
|
|
module github.com/yunginnanet/HellPot
|
2021-06-11 22:05:40 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-11-17 06:48:47 +00:00
|
|
|
github.com/fasthttp/router v1.4.4
|
2021-11-17 06:34:50 +00:00
|
|
|
github.com/rs/zerolog v1.26.0
|
2021-12-15 22:38:53 +00:00
|
|
|
github.com/spf13/viper v1.10.1
|
2021-11-17 06:48:47 +00:00
|
|
|
github.com/valyala/fasthttp v1.31.0
|
2021-06-11 22:05:40 +00:00
|
|
|
)
|