-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gopkg.toml
73 lines (55 loc) · 1.29 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
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "15.0.0"
[[constraint]]
name = "github.com/Azure/go-autorest"
version = "10.1.0"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.2.0"
[[constraint]]
name = "github.com/lawrencegripper/pod2docker"
version = "0.5.2"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.2"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"
[[constraint]]
name = "github.com/twinj/uuid"
version = "1.0.0"
[[constraint]]
branch = "v2"
name = "gopkg.in/mgo.v2"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.9.2"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.9.2"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.9.2"
[[constraint]]
name = "k8s.io/kubernetes"
version = "1.9.2"
[[constraint]]
name = "pack.ag/amqp"
version = "0.7.4"
[prune]
go-tests = true
unused-packages = true
non-go = true
[[constraint]]
branch = "master"
name = "github.com/gorilla/mux"
[[constraint]]
branch = "master"
name = "github.com/jjcollinge/logrus-appinsights"
[[constraint]]
name = "github.com/azure/azure-storage-blob-go"
version = "0.1.4"