This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
forked from virtual-kubelet/virtual-kubelet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGopkg.toml
121 lines (92 loc) · 2.62 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"
[[constraint]]
name = "github.com/google/uuid"
version = "0.2.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.0"
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "21.1.0"
[[constraint]]
name = "github.com/lawrencegripper/pod2docker"
version = "0.5.1"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.38"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.13.4"
# These are required for Zun
[[constraint]]
name = "github.com/gophercloud/gophercloud"
revision = "954aa14363ced787c28efcfcd15ae6945eb862fb"
[[override]]
name = "github.com/docker/docker"
revision = "49bf474f9ed7ce7143a59d1964ff7b7fd9b52178"
[[override]]
name = "github.com/vishvananda/netlink"
revision = "482f7a52b758233521878cb6c5904b6bd63f3457"
[[override]]
name = "github.com/opencontainers/runtime-spec"
revision = "1c7c27d043c2a5e513a44084d2b10d77d1402b8c"
[[override]]
name = "github.com/go-openapi/analysis"
revision = "d5a75b7d751ca3f11ad5d93cfe97405f2c3f6a47"
[[override]]
name = "github.com/go-openapi/errors"
revision = "fc3f73a224499b047eda7191e5d22e1e9631e86f"
[[override]]
name = "github.com/go-openapi/loads"
revision = "6bb6486231e079ea125c0f39994ed3d0c53399ed"
[[override]]
name = "github.com/go-openapi/runtime"
revision = "3b13ebb46790d871d74a6c2450fa4b1280f90854"
[[override]]
name = "github.com/go-openapi/strfmt"
revision = "0cb3db44c13bad3b3f567b762a66751972a310cc"
[[override]]
name = "github.com/go-openapi/validate"
revision = "035dcd74f1f61e83debe1c22950dc53556e7e4b2"
[[constraint]]
name = "github.com/Azure/go-autorest"
version = "10.8.1"
[[constraint]]
name = "github.com/aliyun/alibaba-cloud-sdk-go"
version = "1.27.7"
[[override]]
name = "github.com/json-iterator/go"
version = "v1.1.5"
[[constraint]]
name = "github.com/hashicorp/nomad"
revision = "v0.8.6"
[[override]]
name = "github.com/ugorji/go"
revision = "0053ebfd9d0ee06ccefbfe17072021e1d4acebee"
[[constraint]]
name = "github.com/virtual-kubelet/azure-aci"
version = "v0.2.0"
[[constraint]]
name = "gotest.tools"
version = "2.3.0"
[[constraint]]
name = "github.com/sylabs/wlm-operator"
branch = "master"
[prune]
unused-packages = true
non-go = true
go-tests = true