-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.5 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (32 loc) · 1.5 KB
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
33
34
module github.com/ttexan1/golang-simple
go 1.12
require (
github.com/alexflint/go-filemutex v0.0.0-20171028004239-d358565f3c3f // indirect
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/form v3.1.4+incompatible
github.com/gorilla/mux v1.7.2
github.com/gorilla/sessions v1.1.3
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/jinzhu/gorm v1.9.8
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/joho/godotenv v1.3.0
github.com/khaiql/dbcleaner v2.3.0+incompatible // indirect
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/mitchellh/mapstructure v1.1.2
github.com/rs/cors v1.6.0
github.com/scoville/encourage_contents v0.0.0-20190513091103-0be16d8c6523
github.com/scoville/encourage_users v0.0.0-20190520085419-bba9e91db4ee
github.com/scoville/validations v0.0.0-20180727062938-f06be9187072
github.com/stretchr/testify v1.3.0
github.com/swaggo/http-swagger v0.0.0-20190506005510-79126c07518e
github.com/swaggo/swag v1.5.0
golang.org/x/build v0.0.0-20190314133821-5284462c4bec // indirect
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/tools v0.0.0-20190523174634-38d8bcfa38af // indirect
gopkg.in/khaiql/dbcleaner.v2 v2.3.0
)