forked from RichardKnop/go-oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
87 lines (66 loc) · 1.57 KB
/
Gopkg.toml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[[constraint]]
branch = "master"
name = "github.com/RichardKnop/go-fixtures"
[[constraint]]
branch = "master"
name = "github.com/RichardKnop/jsonhal"
[[constraint]]
branch = "master"
name = "github.com/RichardKnop/logging"
[[constraint]]
branch = "master"
name = "github.com/RichardKnop/uuid"
[[constraint]]
version = "3.2.9"
name = "github.com/coreos/etcd"
[[constraint]]
branch = "master"
name = "github.com/gorilla/context"
[[constraint]]
branch = "master"
name = "github.com/gorilla/mux"
[[constraint]]
branch = "master"
name = "github.com/gorilla/sessions"
[[constraint]]
version = "0.9.3"
name = "github.com/hashicorp/consul"
[[constraint]]
branch = "master"
name = "github.com/jinzhu/gorm"
[[constraint]]
branch = "master"
name = "github.com/lib/pq"
[[constraint]]
version = "1.2.0"
name = "github.com/mattn/go-sqlite3"
[[constraint]]
branch = "master"
name = "github.com/oxtoacart/bpool"
[[constraint]]
branch = "master"
name = "github.com/phyber/negroni-gzip"
[[constraint]]
branch = "master"
name = "github.com/stretchr/testify"
[[constraint]]
branch = "master"
name = "github.com/unrolled/secure"
[[constraint]]
branch = "master"
name = "github.com/urfave/cli"
[[constraint]]
branch = "master"
name = "github.com/urfave/negroni"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
version = "1.2.15"
name = "gopkg.in/tylerb/graceful.v1"
[[override]]
version = "~1.5.0"
name = "google.golang.org/grpc"