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
318 B

module github.com/mainnika/a-quest/task2-backend
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis/v7 v7.0.0-beta.5
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
)