Skip to content

Commit

Permalink
Run gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Apr 26, 2023
1 parent 7d318a3 commit ba899cc
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 77 deletions.
1 change: 0 additions & 1 deletion cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ go_library(
srcs = ["main.go"],
importpath = "cli",
visibility = ["//visibility:private"],
deps = ["//cli/pkg/cmd"],
)

go_binary(
Expand Down
10 changes: 0 additions & 10 deletions cli/pkg/cmd/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ go_library(
"CommitSHA1": "{STABLE_GIT_COMMIT}",
},
deps = [
"//cli/pkg/cmd/api",
"//cli/pkg/cmd/config",
"//cli/pkg/cmd/create",
"//cli/pkg/cmd/login",
"//cli/pkg/cmd/status",
"//cli/pkg/cmd/ui",
"//cli/pkg/cmd/upgrade",
"//cli/pkg/kube",
"//cli/pkg/workspace",
"//lib/go/k8s",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
Expand Down
2 changes: 0 additions & 2 deletions cli/pkg/cmd/api/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ go_library(
importpath = "cli/pkg/cmd/api",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/kube",
"//lib/go/k8s",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
Expand Down
3 changes: 0 additions & 3 deletions cli/pkg/cmd/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ go_library(
importpath = "cli/pkg/cmd/config",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//cli/pkg/workspace",
"//lib/go/httpclient",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
"@in_gopkg_yaml_v2//:yaml_v2",
Expand Down
3 changes: 0 additions & 3 deletions cli/pkg/cmd/create/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ go_library(
"version": "{STABLE_VERSION}",
},
deps = [
"//cli/pkg/console",
"//cli/pkg/providers",
"//cli/pkg/workspace",
"@com_github_spf13_cobra//:cobra",
"@com_github_twinproduction_go_color//:go-color",
"@in_gopkg_segmentio_analytics_go_v3//:analytics-go_v3",
Expand Down
1 change: 0 additions & 1 deletion cli/pkg/cmd/login/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ go_library(
importpath = "cli/pkg/cmd/login",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
"@org_golang_x_term//:term",
Expand Down
2 changes: 0 additions & 2 deletions cli/pkg/cmd/status/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ go_library(
importpath = "cli/pkg/cmd/status",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//lib/go/httpclient",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
Expand Down
2 changes: 0 additions & 2 deletions cli/pkg/cmd/ui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ go_library(
importpath = "cli/pkg/cmd/ui",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/kube",
"//lib/go/k8s",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
Expand Down
7 changes: 0 additions & 7 deletions cli/pkg/cmd/upgrade/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ go_library(
"Version": "{STABLE_VERSION}",
},
deps = [
"//cli/pkg/cmd/config",
"//cli/pkg/console",
"//cli/pkg/helm",
"//cli/pkg/kube",
"//cli/pkg/workspace",
"//infrastructure/lib/go/k8s/util",
"//lib/go/k8s",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
Expand Down
1 change: 0 additions & 1 deletion cli/pkg/helm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ go_library(
importpath = "cli/pkg/helm",
visibility = ["//visibility:public"],
deps = [
"//infrastructure/lib/go/k8s/util",
"@io_k8s_api//batch/v1:go_default_library",
"@io_k8s_api//core/v1:go_default_library",
"@io_k8s_api//rbac/v1:go_default_library",
Expand Down
8 changes: 0 additions & 8 deletions cli/pkg/providers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ go_library(
srcs = ["provider.go"],
importpath = "cli/pkg/providers",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//cli/pkg/providers/aws",
"//cli/pkg/providers/gcp",
"//cli/pkg/providers/minikube",
"//cli/pkg/workspace",
"//cli/pkg/workspace/template",
],
)
4 changes: 0 additions & 4 deletions cli/pkg/providers/aws/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ go_library(
importpath = "cli/pkg/providers/aws",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//cli/pkg/workspace",
"//cli/pkg/workspace/template",
"//lib/go/tools",
"@com_github_hashicorp_go_getter//:go-getter",
"@in_gopkg_segmentio_analytics_go_v3//:analytics-go_v3",
],
Expand Down
4 changes: 0 additions & 4 deletions cli/pkg/providers/gcp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ go_library(
importpath = "cli/pkg/providers/gcp",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//cli/pkg/workspace",
"//cli/pkg/workspace/template",
"//lib/go/tools",
"@com_github_hashicorp_go_getter//:go-getter",
"@in_gopkg_segmentio_analytics_go_v3//:analytics-go_v3",
],
Expand Down
5 changes: 0 additions & 5 deletions cli/pkg/providers/minikube/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ go_library(
importpath = "cli/pkg/providers/minikube",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/console",
"//cli/pkg/kube",
"//cli/pkg/workspace",
"//cli/pkg/workspace/template",
"//lib/go/tools",
"@com_github_hashicorp_go_getter//:go-getter",
"@in_gopkg_segmentio_analytics_go_v3//:analytics-go_v3",
],
Expand Down
2 changes: 0 additions & 2 deletions cli/pkg/workspace/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ go_library(
importpath = "cli/pkg/workspace",
visibility = ["//visibility:public"],
deps = [
"//cli/pkg/workspace/template",
"//lib/go/config",
"@com_github_spf13_viper//:viper",
"@in_gopkg_yaml_v2//:yaml_v2",
],
Expand Down
5 changes: 1 addition & 4 deletions docs/cli-doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ go_library(
x_defs = {
"ProjectDir": "{PROJECT_DIR}",
},
deps = [
"//cli/pkg/cmd",
"@com_github_spf13_cobra//:cobra",
],
deps = ["@com_github_spf13_cobra//:cobra"],
)

go_binary(
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ require (
k8s.io/api v0.24.2
k8s.io/apimachinery v0.24.2
k8s.io/client-go v0.24.2
k8s.io/helm v2.17.0+incompatible
k8s.io/klog v1.0.0
)

require (
Expand Down Expand Up @@ -194,8 +196,6 @@ require (
k8s.io/apiserver v0.24.2 // indirect
k8s.io/cli-runtime v0.24.2 // indirect
k8s.io/component-base v0.24.2 // indirect
k8s.io/helm v2.17.0+incompatible // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.70.0 // indirect
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
k8s.io/kubectl v0.24.2 // indirect
Expand Down
15 changes: 15 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935
github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8=
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E=
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
Expand Down Expand Up @@ -166,6 +168,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyphar/filepath-securejoin v0.2.3 h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=
github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7hqDjlFjiygg=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -187,6 +190,7 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
github.com/emicklei/go-restful v2.15.0+incompatible h1:8KpYO/Xl/ZudZs5RNOEhWMBY4hmzlZhhRd9cu+jrZP4=
github.com/emicklei/go-restful v2.15.0+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
github.com/emicklei/go-restful/v3 v3.8.0 h1:eCZ8ulSerjdAiaNpF7GxXIE7ZCMo1moN1qX+S609eVw=
github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
Expand Down Expand Up @@ -218,6 +222,7 @@ github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmV
github.com/fvbommel/sortorder v1.0.1/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg=
github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ=
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
Expand Down Expand Up @@ -257,6 +262,7 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
github.com/gobuffalo/logger v1.0.6/go.mod h1:J31TBEHR1QLV2683OXTAItYIg8pv2JMHnF/quuAbMjs=
github.com/gobuffalo/packd v1.0.1/go.mod h1:PP2POP3p3RXGz7Jh6eYEf93S7vA2za6xM7QT85L4+VY=
github.com/gobuffalo/packr/v2 v2.8.3/go.mod h1:0SahksCVcx4IMnigTjiFuyldmTrdTctXsOdiU5KwbKc=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/godror/godror v0.24.2/go.mod h1:wZv/9vPiUib6tkoDl+AZ/QLf5YZgMravZ7jxH2eQWAE=
Expand All @@ -265,6 +271,7 @@ github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zV
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
Expand Down Expand Up @@ -369,6 +376,7 @@ github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97Dwqy
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gosuri/uitable v0.0.4/go.mod h1:tKR86bXuXPZazfOTG1FIzvjIdXzd0mo4Vtn16vt0PJo=
Expand Down Expand Up @@ -741,6 +749,7 @@ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d h1:sK3txAijHtOK88l68nt020reeT1ZdKLIYetKl95FzVY=
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
Expand Down Expand Up @@ -838,6 +847,7 @@ golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.0.0-20220630215102-69896b714898 h1:K7wO6V1IrczY9QOQ2WkVpw4JQSwCd52UsxVEirZUfiw=
golang.org/x/net v0.0.0-20220630215102-69896b714898/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -967,11 +977,13 @@ golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 h1:CBpWXWQpIRjzmkkA+M7q9Fqnwd2mZr3AFqexg8YTfoM=
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0 h1:n2a8QNdAb0sZNpU9R1ALUXBbY+w51fCQDN+7EdxNBsY=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand All @@ -984,6 +996,7 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
Expand Down Expand Up @@ -1306,7 +1319,9 @@ k8s.io/component-helpers v0.24.2/go.mod h1:TRQPBQKfmqkmV6c0HAmUs8cXVNYYYLsXy4zu8
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/helm v2.17.0+incompatible h1:Bpn6o1wKLYqKM3+Osh8e+1/K2g/GsQJ4F4yNF2+deao=
k8s.io/helm v2.17.0+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg7TSULI=
k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=
k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/controller/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ go_library(
importpath = "github.com/airyhq/airy/infrastructure/controller",
visibility = ["//visibility:private"],
deps = [
"//infrastructure/controller/pkg/configmap-controller",
"//infrastructure/controller/pkg/endpoints",
"@io_k8s_api//core/v1:go_default_library",
"@io_k8s_client_go//kubernetes:go_default_library",
"@io_k8s_client_go//tools/clientcmd:go_default_library",
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/controller/pkg/configmap-controller/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ go_library(
importpath = "github.com/airyhq/airy/infrastructure/controller/pkg/configmap-controller",
visibility = ["//visibility:public"],
deps = [
"//infrastructure/lib/go/k8s/handler",
"//infrastructure/lib/go/k8s/util",
"@io_k8s_api//core/v1:go_default_library",
"@io_k8s_apimachinery//pkg/apis/meta/v1:go_default_library",
"@io_k8s_apimachinery//pkg/fields:go_default_library",
Expand Down
3 changes: 0 additions & 3 deletions infrastructure/controller/pkg/endpoints/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ go_library(
importpath = "github.com/airyhq/airy/infrastructure/controller/pkg/endpoints",
visibility = ["//visibility:public"],
deps = [
"//lib/go/config",
"//lib/go/k8s",
"//lib/go/payloads",
"@com_github_golang_jwt_jwt//:jwt",
"@com_github_gorilla_mux//:mux",
"@com_github_mittwald_go_helm_client//:go-helm-client",
Expand Down
1 change: 0 additions & 1 deletion infrastructure/lib/go/k8s/handler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ go_library(
importpath = "github.com/airyhq/airy/infrastructure/lib/go/k8s/handler",
visibility = ["//visibility:public"],
deps = [
"//infrastructure/lib/go/k8s/util",
"@io_k8s_api//apps/v1:go_default_library",
"@io_k8s_api//core/v1:go_default_library",
"@io_k8s_apimachinery//pkg/apis/meta/v1:go_default_library",
Expand Down
4 changes: 0 additions & 4 deletions lib/go/httpclient/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ go_library(
],
importpath = "github.com/airyhq/airy/lib/go/httpclient",
visibility = ["//visibility:public"],
deps = [
"//lib/go/config",
"//lib/go/payloads",
],
)

check_pkg(name = "buildifier")
5 changes: 1 addition & 4 deletions lib/go/payloads/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ go_library(
],
importpath = "github.com/airyhq/airy/lib/go/payloads",
visibility = ["//visibility:public"],
deps = [
"//lib/go/config",
"@com_github_iancoleman_strcase//:strcase",
],
deps = ["@com_github_iancoleman_strcase//:strcase"],
)

check_pkg(name = "buildifier")

0 comments on commit ba899cc

Please sign in to comment.