mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-09-13 10:38:41 +00:00
13 lines
293 B
Modula-2
13 lines
293 B
Modula-2
module code.tokarch.uk/mainnika/nikita-tokarch-uk
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0
|
|
github.com/mailru/easyjson v0.7.7
|
|
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
|
|
)
|