-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
45 lines (43 loc) · 2.42 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/jasontthai/tinyalias
go 1.14
require (
github.com/Masterminds/squirrel v0.0.0-20150302165045-e13dbacee404
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/bgentry/que-go v1.0.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gin-contrib/cors v0.0.0-20181008113111-488de3ec974f
github.com/gin-contrib/gzip v0.0.0-20180827025821-1c01330167a8
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.1-0.20180912132126-3f27866f8065
github.com/golang/protobuf v1.2.1-0.20180928221248-7011d38ac0d2 // indirect
github.com/google/safebrowsing v0.0.0-20180925212813-456c2058968c
github.com/gorilla/context v1.1.2-0.20181012153548-51ce91d2eadd // indirect
github.com/gorilla/securecookie v1.1.2-0.20181010174647-e65cf8c5df81 // indirect
github.com/gorilla/sessions v1.1.4-0.20181015005113-68d1edeb366b
github.com/guregu/null v3.4.0+incompatible
github.com/heroku/x v0.0.0-20180719221634-1de401e1ba0e
github.com/jackc/pgx v3.2.1-0.20180922203418-0b00887bf8e1+incompatible
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
github.com/json-iterator/go v1.1.5 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/newrelic/go-agent v2.1.0+incompatible
github.com/oschwald/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.3.1-0.20180819230143-277d39ecb83e // indirect
github.com/pkg/errors v0.8.1-0.20180911062113-c059e472caf7
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.7-0.20180908091816-f3df9aeffda7
github.com/stretchr/testify v1.2.3-0.20181002233221-2db35c88b92a
github.com/ugorji/go v1.1.7 // indirect
github.com/ulule/limiter v2.2.1-0.20180910083227-1f43cf9e49e5+incompatible
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
golang.org/x/text v0.3.1-0.20180911161511-905a57155faa // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)