-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathglide.yaml
66 lines (66 loc) · 2.14 KB
/
glide.yaml
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
package: github.com/nerdalize/nerd
ignore:
- github.com/go-ini/ini
import:
- package: github.com/mitchellh/cli
version: 65fcae5817c8600da98ada9d7edf26dd1a84837b
- package: github.com/jessevdk/go-flags
version: 4e64e4a4e2552194cf594243e23aa9baf3b4297e
- package: github.com/aws/aws-sdk-go
version: ^v1.7.0
- package: github.com/dghubble/sling
version: v1.1.0
- package: github.com/pkg/errors
version: v0.8.0
- package: github.com/mitchellh/go-homedir
version: b8bc1bf767474819792c23f32d8286a45736f1c6
- package: github.com/dgrijalva/jwt-go
version: 2268707a8f0843315e2004ee4f1d021dc08baedf
- package: github.com/olekukonko/tablewriter
version: febf2d34b54a69ce7530036c7503b1c9fbfdf0bb
- package: github.com/dustin/go-humanize
version: 259d2a102b871d17f30e3cd9881a642961a1e486
- package: github.com/restic/chunker
version: v0.1.0
- package: gopkg.in/cheggaaa/pb.v1
version: v1.0.11
- package: github.com/sirupsen/logrus
version: v1.0.3
- package: github.com/dchest/safefile
version: 855e8d98f1852d48dde521e0522408d1fe7e836a
- package: github.com/google/go-querystring
version: 53e6ce116135b80d037921a7fdd5138cf32d7a8a
- package: github.com/skratchdot/open-golang
version: 75fb7ed4208cf72d323d7d02fd1a5964a7a9073c
- package: github.com/hashicorp/logutils
version: 0dc08b1671f34c4250ce212759ebd880f743d883
- package: github.com/gorilla/schema
version: e6c82218a8b3ed3cbeb5407429849c0b0b597d40
- package: github.com/go-playground/validator
version: ~v9.9.0
- package: k8s.io/client-go
- package: github.com/satori/go.uuid
version: 36e9d2ebbde5e3f13ab2e25625fd453271d6522e
subpackages:
- kubernetes
- tools/clientcmd
- package: golang.org/x/sys
- package: k8s.io/code-generator
- package: k8s.io/api
version: 184e700b32b7f1b532b9fce8dd8c1f412d297c4b
subpackages:
- apps/v1
- package: k8s.io/apimachinery
version: 084add7e300b3c88d77dded09a20d5063d632b5b
subpackages:
- pkg/runtime
- package: github.com/google/go-github
subpackages:
- github
- package: github.com/joho/godotenv
version: 1.2.0
- package: github.com/cheggaaa/pb
version: ~v1.0.22
- package: k8s.io/apiextensions-apiserver
subpackages:
- pkg/apis/apiextensions/v1beta1