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