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.
nikita-tokarch-uk/go.mod

12 lines
258 B

module code.tokarch.uk/mainnika/nikita-tokarch-uk
go 1.17
require (
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0
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
)