forked from fabric8-services/fabric8-jenkins-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.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"