-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 697 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/vegchic/fullbottle
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis/v7 v7.1.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.3.3
github.com/jinzhu/gorm v1.9.12
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/micro/go-micro/v2 v2.1.0
github.com/sirupsen/logrus v1.4.2
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
)