forked from gothinkster/golang-gin-realworld-example-app
-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod-generated_by_mod_init
32 lines (30 loc) · 1.59 KB
/
go.mod-generated_by_mod_init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/gothinkster/golang-gin-realworld-example-app
go 1.15
require (
github.com/Pallinder/go-randomdata v0.0.0-20170410161340-8c3362a5e678
github.com/davecgh/go-spew v1.1.1-0.20170711183451-adab96458c51
github.com/dgrijalva/jwt-go v3.0.1-0.20170608005149-a539ee1a749a+incompatible
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/contrib v0.0.0-20170529062310-d4fc5a96cc0d
github.com/gin-gonic/gin v1.1.5-0.20170716034208-93b3a0d7ec95
github.com/go-playground/locales v0.11.2-0.20170327191450-1e5f1161c641
github.com/go-playground/universal-translator v0.16.1-0.20170327191703-71201497bace
github.com/golang/protobuf v0.0.0-20170712042213-0a4f71a498b7
github.com/gosimple/slug v1.1.0
github.com/jinzhu/gorm v0.0.0-20170703134954-2a1463811ee1
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
github.com/json-iterator/go v0.0.0-20170711230430-b9dc3ebda73c
github.com/mattn/go-isatty v0.0.2
github.com/mattn/go-sqlite3 v1.2.1-0.20170710140056-47fc4e5e9153
github.com/pmezard/go-difflib v1.0.0
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541
github.com/stretchr/testify v1.1.5-0.20170714215325-05e8a0eda380
github.com/ugorji/go v0.0.0-20170620104852-5efa3251c7f7
golang.org/x/net v0.0.0-20170711181219-f01ecb60fe38
golang.org/x/sys v0.0.0-20170710161658-abf9c25f5445
gopkg.in/gin-gonic/gin.v1 v1.1.5-0.20170702092826-d459835d2b07
gopkg.in/go-playground/validator.v8 v8.18.1
gopkg.in/stretchr/testify.v1 v1.1.4
gopkg.in/yaml.v2 v2.0.0-20170712054546-1be3d31502d6
)