forked from fabric8-services/fabric8-jenkins-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
42 lines (32 loc) · 899 Bytes
/
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
# 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/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"