a quest
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.
 
 
 
 
 

12 lines
305 B

module github.com/mainnika/a-quest/task1-backend
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/uuid v1.1.1
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.1
github.com/valyala/fasthttp v1.7.1
)