-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
40 lines (38 loc) · 1.8 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
module github.com/pereztr5/cyboard
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/alexedwards/scs v1.4.0
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 // indirect
github.com/didip/tollbooth v4.0.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/go-chi/chi v3.3.2+incompatible
github.com/go-chi/render v1.0.1
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gorilla/websocket v1.2.1-0.20180420171612-21ab95fa12b9
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.2.0+incompatible
github.com/joho/godotenv v1.3.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-oci8 v0.0.0-20190930131957-1a85c30c0e48 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/pkg/errors v0.8.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
github.com/sirupsen/logrus v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.2-0.20180930044127-62edee319679
github.com/stretchr/testify v1.4.0
github.com/tbutts/testfixtures v2.4.6-0.20180812213409-dd51e1308b36+incompatible
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
github.com/urfave/negroni v0.3.1-0.20180130044549-22c5532ea862
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
nhooyr.io/websocket v1.7.1
)