-
Notifications
You must be signed in to change notification settings - Fork 15
/
Gopkg.toml
54 lines (41 loc) · 1.09 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
[[constraint]]
name = "github.com/julienschmidt/httprouter"
version = "=v1.1"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "=v1.1.0"
[[constraint]]
name = "github.com/patrickmn/go-cache"
version = "=v2.1.0"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "v3.1.0"
[[constraint]]
name = "github.com/jinzhu/gorm"
version = "v1.0"
[[constraint]]
name = "github.com/lib/pq"
revision = "83612a56d3dd153a94a629cd64925371c9adad78"
[[constraint]]
name = "github.com/rs/cors"
version = "=v1.3.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "v0.0.1"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "=v1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "=v1.1.4"
[[constraint]]
name = "gopkg.in/ory-am/dockertest.v3"
version = "=v3.1.3"
[[constraint]]
branch = "master"
name = "github.com/matryer/resync"
[[constraint]]
name = "gopkg.in/h2non/gock.v1"
version = "=v1.0.12"