-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (44 loc) · 2.12 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/EdouardParis/town
require (
github.com/LizardsTown/opennode v0.0.0-20190104133509-17bf01025368
github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-chi/chi v3.3.3+incompatible
github.com/go-chi/render v1.0.1
github.com/gofrs/uuid v3.1.0+incompatible
github.com/google/go-cmp v0.2.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hackebrot/go-repr v0.0.0-20170331152400-586d894a5734 // indirect
github.com/hackebrot/turtle v0.1.0
github.com/heetch/sqalx v0.3.0 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0
github.com/mholt/binding v0.3.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/oklog/ulid v1.3.1 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/thoas/go-funk v0.0.0-20181020164546-fbae87fb5b5c
github.com/ulule/loukoum v0.0.0-20181005092552-17a3fdfd801e
github.com/ulule/makroud v0.0.0-20181108154031-ba2ad5a5bdf1
github.com/ulule/sqalx v0.0.0-20181108105852-607b375fd151 // indirect
github.com/ulule/sqlx v0.0.0-20181206101355-bc85c1419961 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)