forked from i-coder-robot/book_final_code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 863 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/i-coder-robot/book_final_code
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1
github.com/hashicorp/go-uuid v1.0.2
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.3 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tebeka/strftime v0.1.5 // indirect
github.com/willf/pad v0.0.0-20200313202418-172aa767f2a4
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
)