mirror of https://github.com/mainnika/a-quest.git
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.
20 lines
697 B
20 lines
697 B
module github.com/mainnika/a-quest
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.5
|
|
github.com/google/uuid v1.1.1
|
|
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/viper v1.6.1
|
|
github.com/valyala/fasthttp v1.7.1
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
|
|
)
|
|
|