@@ -7,37 +7,70 @@ require (
7
7
github.com/go-sql-driver/mysql v1.6.0
8
8
github.com/mitchellh/go-homedir v1.1.0
9
9
github.com/redis/go-redis/v9 v9.0.5
10
+ github.com/sirupsen/logrus v1.9.3
10
11
github.com/spf13/cobra v1.4.0
11
12
github.com/spf13/viper v1.7.0
13
+ k8s.io/apimachinery v0.27.3
14
+ k8s.io/client-go v0.0.0-00010101000000-000000000000
12
15
)
13
16
14
17
require (
15
18
github.com/cespare/xxhash/v2 v2.2.0 // indirect
19
+ github.com/davecgh/go-spew v1.1.1 // indirect
16
20
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
21
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
17
22
github.com/fsnotify/fsnotify v1.4.9 // indirect
18
23
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
24
+ github.com/go-logr/logr v1.2.3 // indirect
25
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
26
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
27
+ github.com/go-openapi/swag v0.22.3 // indirect
28
+ github.com/gogo/protobuf v1.3.2 // indirect
19
29
github.com/golang/protobuf v1.5.3 // indirect
30
+ github.com/google/gnostic v0.5.7-v3refs // indirect
31
+ github.com/google/go-cmp v0.5.9 // indirect
32
+ github.com/google/gofuzz v1.1.0 // indirect
33
+ github.com/google/uuid v1.3.0 // indirect
20
34
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
21
35
github.com/hashicorp/hcl v1.0.0 // indirect
22
36
github.com/inconshreveable/mousetrap v1.0.0 // indirect
37
+ github.com/josharian/intern v1.0.0 // indirect
38
+ github.com/json-iterator/go v1.1.12 // indirect
23
39
github.com/magiconair/properties v1.8.1 // indirect
40
+ github.com/mailru/easyjson v0.7.7 // indirect
24
41
github.com/mitchellh/mapstructure v1.1.2 // indirect
25
42
github.com/mitchellh/reflectwalk v1.0.2 // indirect
43
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
44
+ github.com/modern-go/reflect2 v1.0.2 // indirect
45
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
26
46
github.com/pelletier/go-toml v1.2.0 // indirect
27
- github.com/sirupsen/logrus v1.9.3 // indirect
47
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
28
48
github.com/spf13/afero v1.1.2 // indirect
29
49
github.com/spf13/cast v1.3.0 // indirect
30
50
github.com/spf13/jwalterweatherman v1.0.0 // indirect
31
51
github.com/spf13/pflag v1.0.5 // indirect
32
52
github.com/subosito/gotenv v1.2.0 // indirect
33
53
golang.org/x/net v0.10.0 // indirect
54
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
34
55
golang.org/x/sys v0.11.0 // indirect
56
+ golang.org/x/term v0.8.0 // indirect
35
57
golang.org/x/text v0.9.0 // indirect
58
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
59
+ google.golang.org/appengine v1.6.7 // indirect
36
60
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
37
61
google.golang.org/grpc v1.52.3 // indirect
38
62
google.golang.org/protobuf v1.30.0 // indirect
63
+ gopkg.in/inf.v0 v0.9.1 // indirect
39
64
gopkg.in/ini.v1 v1.51.0 // indirect
40
65
gopkg.in/yaml.v2 v2.4.0 // indirect
66
+ gopkg.in/yaml.v3 v3.0.1 // indirect
67
+ k8s.io/api v0.27.3 // indirect
68
+ k8s.io/klog/v2 v2.90.1 // indirect
69
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
70
+ k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
71
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
72
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
73
+ sigs.k8s.io/yaml v1.3.0 // indirect
41
74
)
42
75
43
76
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway
0 commit comments