forked from bogdan-radocea/syros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
79 lines (60 loc) · 1.46 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
[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.2"
[[constraint]]
name = "github.com/codeskyblue/go-sh"
revision = "b097669b1569203c3ce05a6b8717d43140fdb3d5"
[[constraint]]
name = "github.com/docker/docker"
version = "1.13.1"
[[constraint]]
name = "github.com/go-chi/chi"
version = "3.1.4"
[[constraint]]
branch = "master"
name = "github.com/go-chi/cors"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
revision = "a539ee1a749a2b895533f979515ac7e6e0f5b650"
[[constraint]]
name = "github.com/go-chi/jwtauth"
branch = "master"
[[constraint]]
name = "github.com/go-chi/render"
version = "1.0.0"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "0.9.0"
[[constraint]]
branch = "master"
name = "github.com/lib/pq"
[[constraint]]
name = "github.com/nats-io/go-nats"
version = "1.2.2"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "github.com/robfig/cron"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/unrolled/render"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.19.1"
[[constraint]]
name = "github.com/vmware/govmomi"
version = "0.15.0"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "v2"
name = "gopkg.in/mgo.v2"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"