forked from ardanlabs/gotraining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
56 lines (55 loc) · 2.82 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
53
54
55
56
module github.com/ardanlabs/gotraining
require (
github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da
github.com/braintree/manners v0.0.0-20150503212558-0b5e6b2c2843
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dvsekhvalnov/jose2go v0.0.0-20170216131308-f21a8cedbbae
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-cmp v0.2.0
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.1 // indirect
github.com/gorilla/pat v0.0.0-20180118221401-71e7b868be7b
github.com/gorilla/schema v1.0.2
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741
github.com/gorilla/websocket v1.2.0
github.com/julienschmidt/httprouter v0.0.0-20150421170007-8c199fb6259f
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/labstack/echo v0.0.0-20180316170059-a5d81b8d4a62
github.com/labstack/gommon v0.2.7 // indirect
github.com/markbates/goth v1.45.4
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.2
github.com/nats-io/gnatsd v1.3.0 // indirect
github.com/nats-io/go-nats v1.5.0
github.com/nats-io/nats v1.5.0
github.com/nats-io/nuid v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20180303152453-e2050e41c884
github.com/patrickmn/go-cache v0.0.0-20170722040110-a3647f8e31d7
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/theplant/blackfriday v0.0.0-20150310024546-979429e1c46c
github.com/urfave/negroni v0.3.0
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-20180403160946-b2aa35443fbc
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
golang.org/x/oauth2 v0.0.0-20180402223937-921ae394b943 // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
gonum.org/v1/gonum v0.0.0-20181006214343-513db5a0a3aa // indirect
gonum.org/v1/netlib v0.0.0-20180930160340-e150bd5bba73 // indirect
gonum.org/v1/plot v0.0.0-20180905080458-5f3c436ce602
google.golang.org/appengine v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/unrolled/render.v1 v1.0.0-20171102162132-65450fb6b2d3
)