You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module code.tokarch.uk/mainnika/nikita-tokarch-uk
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
|
github.com/valyala/fasthttp v1.31.0
|
|
|
|
)
|