-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
52 lines (51 loc) · 2.36 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
46
47
48
49
50
51
52
module github.com/DarthHater/bored-board-service
require (
github.com/DavidHuie/gomigrate v0.0.0-20160809001028-4004e6142040
github.com/davecgh/go-spew v1.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/garyburd/redigo v1.6.0
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/gin v0.0.0-20170702092826-d459835d2b07
github.com/go-siris/siris v7.4.0+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/golang/protobuf v1.1.0
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
github.com/labstack/echo v3.3.5+incompatible // indirect
github.com/labstack/gommon v0.2.8 // indirect
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7 // indirect
github.com/oxequa/realize v2.0.2+incompatible // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pmezard/go-difflib v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.4.2-0.20181118153001-fa0fdeebdcf8+incompatible
github.com/sirupsen/logrus v1.0.5
github.com/spf13/afero v1.1.1
github.com/spf13/cast v1.2.0
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.1
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.2.2
github.com/toorop/gin-logrus v0.0.0-20170702172939-fd3afab50f4f
github.com/ugorji/go v1.1.1
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/sys v0.0.0-20180627142611-7138fd3d9dc8
golang.org/x/text v0.3.0
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8 // indirect
gopkg.in/yaml.v2 v2.2.1
)