From a89e503f6576929d99b0fb163e8df9a7f63572f8 Mon Sep 17 00:00:00 2001 From: Gero Posmyk-Leinemann Date: Fri, 27 May 2022 07:05:32 +0000 Subject: [PATCH] [cleanup] Remove kedge --- .github/CODEOWNERS | 1 - codecov.yml | 3 - components/BUILD.yaml | 2 - components/ee/kedge/BUILD.yaml | 31 - components/ee/kedge/cmd/collect.go | 68 -- components/ee/kedge/cmd/config-schema.go | 36 - components/ee/kedge/cmd/register.go | 63 -- components/ee/kedge/cmd/root.go | 106 --- components/ee/kedge/cmd/run.go | 115 --- components/ee/kedge/config-schema.json | 69 -- components/ee/kedge/example-config.json | 25 - components/ee/kedge/go.mod | 65 -- components/ee/kedge/go.sum | 844 ------------------ components/ee/kedge/leeway.Dockerfile | 17 - components/ee/kedge/main.go | 14 - components/ee/kedge/pkg/kedge/collector.go | 95 -- .../pkg/kedge/fixtures/clear_src_basic.golden | 4 - .../pkg/kedge/fixtures/clear_src_basic.json | 6 - .../kedge/fixtures/clear_src_othersrc.golden | 67 -- .../kedge/fixtures/clear_src_othersrc.json | 6 - .../pkg/kedge/fixtures/collect_basic.golden | 92 -- .../pkg/kedge/fixtures/collect_basic.json | 6 - .../pkg/kedge/fixtures/install_basic.golden | 70 -- .../pkg/kedge/fixtures/install_basic.json | 7 - .../pkg/kedge/fixtures/install_update.golden | 164 ---- .../pkg/kedge/fixtures/install_update.json | 12 - components/ee/kedge/pkg/kedge/kubernetes.go | 378 -------- .../ee/kedge/pkg/kedge/kubernetes_test.go | 156 ---- components/ee/kedge/pkg/kedge/protocol.go | 16 - components/ee/kedge/pkg/kedge/serve.go | 49 - .../ee/kedge/pkg/registration/notification.go | 67 -- components/ee/kedge/pkg/registration/pool.go | 132 --- .../ee/kedge/pkg/registration/registration.go | 103 --- components/ee/kedge/pkg/registration/store.go | 162 ---- components/ee/kedge/telepresence.sh | 3 - .../pkg/components/proxy/configmap.go | 13 - .../proxy/templates/configmap/vhost.kedge.tpl | 16 - .../installer/pkg/config/versions/versions.go | 1 - .../dashboards/components/meta-services.json | 11 +- 39 files changed, 2 insertions(+), 3093 deletions(-) delete mode 100644 components/ee/kedge/BUILD.yaml delete mode 100644 components/ee/kedge/cmd/collect.go delete mode 100644 components/ee/kedge/cmd/config-schema.go delete mode 100644 components/ee/kedge/cmd/register.go delete mode 100644 components/ee/kedge/cmd/root.go delete mode 100644 components/ee/kedge/cmd/run.go delete mode 100644 components/ee/kedge/config-schema.json delete mode 100644 components/ee/kedge/example-config.json delete mode 100644 components/ee/kedge/go.mod delete mode 100644 components/ee/kedge/go.sum delete mode 100644 components/ee/kedge/leeway.Dockerfile delete mode 100644 components/ee/kedge/main.go delete mode 100644 components/ee/kedge/pkg/kedge/collector.go delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.golden delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.json delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.golden delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.json delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/collect_basic.golden delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/collect_basic.json delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/install_basic.golden delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/install_basic.json delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/install_update.golden delete mode 100644 components/ee/kedge/pkg/kedge/fixtures/install_update.json delete mode 100644 components/ee/kedge/pkg/kedge/kubernetes.go delete mode 100644 components/ee/kedge/pkg/kedge/kubernetes_test.go delete mode 100644 components/ee/kedge/pkg/kedge/protocol.go delete mode 100644 components/ee/kedge/pkg/kedge/serve.go delete mode 100644 components/ee/kedge/pkg/registration/notification.go delete mode 100644 components/ee/kedge/pkg/registration/pool.go delete mode 100644 components/ee/kedge/pkg/registration/registration.go delete mode 100644 components/ee/kedge/pkg/registration/store.go delete mode 100755 components/ee/kedge/telepresence.sh delete mode 100644 install/installer/pkg/components/proxy/templates/configmap/vhost.kedge.tpl diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fb70697d37f232..16c8977acf5bfa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,7 +12,6 @@ /components/docker-up @gitpod-io/engineering-workspace /components/ee/agent-smith @gitpod-io/engineering-workspace /components/ee/db-sync @gitpod-io/engineering-webapp -/components/ee/kedge @gitpod-io/engineering-webapp /components/ee/payment-endpoint @gitpod-io/engineering-webapp /components/gitpod-cli @gitpod-io/engineering-ide /components/gitpod-db @gitpod-io/engineering-webapp diff --git a/codecov.yml b/codecov.yml index 50367d2a022ed7..a75b70a45ab9b1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -32,9 +32,6 @@ flags: components-ee-agent-smith-app: paths: - components/ee/agent-smith/ - components-ee-kedge-app: - paths: - - components/ee/kedge/ components-gitpod-cli-app: paths: - components/gitpod-cli/ diff --git a/components/BUILD.yaml b/components/BUILD.yaml index 3e7df6c06dd087..156502d63f0032 100644 --- a/components/BUILD.yaml +++ b/components/BUILD.yaml @@ -36,7 +36,6 @@ packages: - components/docker-up:docker - components/ee/agent-smith:docker - components/ee/db-sync:docker - - components/ee/kedge:docker - components/ee/payment-endpoint:docker - components/gitpod-db:docker - components/ide/code-desktop:docker @@ -97,7 +96,6 @@ packages: - components/docker-up:app - components/ee/agent-smith:app - components/ee/db-sync:app - - components/ee/kedge:app - components/ee/payment-endpoint:app - components/image-builder-mk3:app - components/openvsx-proxy:app diff --git a/components/ee/kedge/BUILD.yaml b/components/ee/kedge/BUILD.yaml deleted file mode 100644 index fa546bb92fe90b..00000000000000 --- a/components/ee/kedge/BUILD.yaml +++ /dev/null @@ -1,31 +0,0 @@ -packages: - - name: app - type: go - srcs: - - "**/*.go" - - "**/fixtures/*" - - "go.mod" - - "go.sum" - deps: - - components/common-go:lib - env: - - CGO_ENABLED=0 - - GOOS=linux - config: - packaging: app - buildCommand: ["go", "build", "-trimpath", "-ldflags", "-buildid= -w -s -X 'github.com/gitpod-io/gitpod/kedge/cmd.Version=commit-${__git_commit}'"] - - name: docker - type: docker - deps: - - :app - argdeps: - - imageRepoBase - config: - buildArgs: - VERSION: ${version} - dockerfile: leeway.Dockerfile - metadata: - helm-component: kedge - image: - - ${imageRepoBase}/kedge:${version} - - ${imageRepoBase}/kedge:commit-${__git_commit} diff --git a/components/ee/kedge/cmd/collect.go b/components/ee/kedge/cmd/collect.go deleted file mode 100644 index a96d85e5ec18c5..00000000000000 --- a/components/ee/kedge/cmd/collect.go +++ /dev/null @@ -1,68 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package cmd - -import ( - "os" - "os/signal" - "syscall" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - "github.com/spf13/cobra" -) - -// collectCmd represents the collect command -var collectCmd = &cobra.Command{ - Use: "collect", - Short: "Collects and installs services from a kedge endpoint", - Args: cobra.ArbitraryArgs, - Run: func(cmd *cobra.Command, args []string) { - cfg, err := getConfig() - if err != nil { - log.WithError(err).Fatal("cannot get config") - } - - clientset, err := kedge.NewClientSet(cfg.Kubeconfig) - if err != nil { - log.WithError(err).Fatal("cannot connect to kubernetes") - } - - collectoridx := make(map[string]bool) - for _, s := range args { - collectoridx[s] = true - } - period := time.Duration(cfg.Collection.Period) * time.Second - ticker := time.NewTicker(period) - go func() { - for ; true; <-ticker.C { - for _, collector := range cfg.Collection.StaticCollection { - if _, ok := collectoridx[collector.Name]; !ok && len(args) > 0 { - continue - } - - if collector.Token == "" { - collector.Token = cfg.Token - } - - if _, err := collector.CollectAndInstall(clientset, cfg.Namespace); err != nil { - log.WithError(err).Fatal("error while replicating service endpoints") - } - } - } - }() - - log.WithField("period", period).WithField("activity", "collect").Info("kedge collect is up and running") - - sigChan := make(chan os.Signal, 1) - signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM) - <-sigChan - }, -} - -func init() { - rootCmd.AddCommand(collectCmd) -} diff --git a/components/ee/kedge/cmd/config-schema.go b/components/ee/kedge/cmd/config-schema.go deleted file mode 100644 index 76191725f5654c..00000000000000 --- a/components/ee/kedge/cmd/config-schema.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package cmd - -//go:generate sh -c "cd .. && go run main.go config-schema > config-schema.json" - -import ( - "encoding/json" - "fmt" - - "github.com/alecthomas/jsonschema" - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/spf13/cobra" -) - -// configSchemaCmd represents the configSchema command -var configSchemaCmd = &cobra.Command{ - Use: "config-schema", - Short: "Generates the JSON schema validating the configuration", - Run: func(cmd *cobra.Command, args []string) { - schema := jsonschema.Reflect(&config{}) - schema.Title = "kedge config schema - generated using kedge config-schema" - out, err := json.MarshalIndent(schema, "", " ") - if err != nil { - log.WithError(err).Fatal() - return - } - fmt.Print(string(out)) - }, -} - -func init() { - rootCmd.AddCommand(configSchemaCmd) -} diff --git a/components/ee/kedge/cmd/register.go b/components/ee/kedge/cmd/register.go deleted file mode 100644 index a7e52004c1eb0b..00000000000000 --- a/components/ee/kedge/cmd/register.go +++ /dev/null @@ -1,63 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package cmd - -import ( - "bytes" - "encoding/json" - "fmt" - "io/ioutil" - "net/http" - "strings" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/kedge/pkg/registration" - "github.com/spf13/cobra" -) - -var registerReq registration.Request - -// registerCmd represents the collect command -var registerCmd = &cobra.Command{ - Use: "register ", - Short: "sends a registration request to another Kedge instance", - Args: cobra.ExactArgs(1), - Run: func(cmd *cobra.Command, args []string) { - body, err := json.Marshal(registerReq) - if err != nil { - log.WithError(err).Fatal("cannot marshal request") - } - - url := args[0] - tkn, _ := cmd.Flags().GetString("other-token") - req, err := http.NewRequest("POST", url, bytes.NewReader(body)) - if err != nil { - log.WithError(err).Fatal("cannot create request") - } - req.Header.Set("Authorization", fmt.Sprintf("Bearer %s", tkn)) - - var client = &http.Client{Timeout: time.Second * 10} - resp, err := client.Do(req) - if err != nil { - log.WithError(err).Fatal("registration request failed") - } - defer resp.Body.Close() - if resp.StatusCode != http.StatusOK { - bd, _ := ioutil.ReadAll(resp.Body) - log.WithField("status", resp.Status).WithField("body", strings.TrimSpace(string(bd))).Fatal("registration failed") - } - }, -} - -func init() { - rootCmd.AddCommand(registerCmd) - - registerCmd.Flags().String("other-token", "", "token used to authenticate against the other Kedge installation") - registerCmd.Flags().StringVar(®isterReq.URL, "our-url", "http://localhost:8080/services", "services URL of the Kedge installation we are registering, including the /services path") - registerCmd.Flags().StringVar(®isterReq.Token, "our-token", "", "token used to query the services URL we're registering") - registerCmd.Flags().StringVar(®isterReq.Name, "our-name", "", "name under which we want to register") - registerCmd.Flags().StringVar(®isterReq.Suffix, "our-suffix", "", "service suffix which we'll occupy in the other cluster") -} diff --git a/components/ee/kedge/cmd/root.go b/components/ee/kedge/cmd/root.go deleted file mode 100644 index e38c4c3693801c..00000000000000 --- a/components/ee/kedge/cmd/root.go +++ /dev/null @@ -1,106 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package cmd - -import ( - "encoding/json" - "fmt" - "io/ioutil" - "os" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/common-go/util" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - "github.com/spf13/cobra" - "golang.org/x/xerrors" -) - -var ( - // ServiceName is the name we use for tracing/logging - ServiceName = "kedge" - // Version of this service - set during build - Version = "" -) - -var cfgFile string -var jsonLog bool -var verbose bool - -// rootCmd represents the base command when called without any subcommands -var rootCmd = &cobra.Command{ - Use: "kedge", - Short: "Remote kubernetes service discovery and replication", - PersistentPreRun: func(cmd *cobra.Command, args []string) { - log.Init(ServiceName, Version, jsonLog, verbose) - }, -} - -// Execute adds all child commands to the root command and sets flags appropriately. -// This is called by main.main(). It only needs to happen once to the rootCmd. -func Execute() { - if err := rootCmd.Execute(); err != nil { - fmt.Println(err) - os.Exit(1) - } -} - -func init() { - rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "confg.json", "config file") - rootCmd.PersistentFlags().BoolVarP(&jsonLog, "json-log", "j", true, "produce JSON log output on verbose level") - rootCmd.PersistentFlags().String("kubeconfig", "", "kubernetes client config file") - rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "Enable verbose JSON logging") -} - -func getConfig() (*config, error) { - fc, err := ioutil.ReadFile(cfgFile) - if err != nil { - return nil, xerrors.Errorf("cannot read config: %w", err) - } - - var cfg config - err = json.Unmarshal(fc, &cfg) - if err != nil { - return nil, err - } - - for i, c := range cfg.Collection.StaticCollection { - if c.Token == "" { - cfg.Collection.StaticCollection[i].Token = cfg.Token - } - } - if cfg.Kubeconfig == "" { - cfg.Kubeconfig, _ = rootCmd.PersistentFlags().GetString("kubeconfig") - } - - return &cfg, nil -} - -type config struct { - Port uint16 `json:"port,omitempty"` - Token string `json:"token"` - - Namespace string `json:"namespace"` - Kubeconfig string `json:"kubeconfig"` - Services []string `json:"services"` - - Collection struct { - Period util.Duration `json:"period"` - StaticCollection []kedge.Collector `json:"collectors"` - FailureTTLService int `json:"failureTTLService"` - FailureTTLCollector int `json:"failureTTLCollector"` - } `json:"collection"` - - Registration struct { - Enabled bool `json:"enabled"` - // Token defaults to the overall token - Token string `json:"token,omitempty"` - } `json:"registration,omitempty"` - - Notifications []struct { - URL string `json:"url"` - Token string `json:"token,omitempty"` - Timeout util.Duration `json:"timeout,omitempty"` - } `json:"notifications"` -} diff --git a/components/ee/kedge/cmd/run.go b/components/ee/kedge/cmd/run.go deleted file mode 100644 index dba245011a1a06..00000000000000 --- a/components/ee/kedge/cmd/run.go +++ /dev/null @@ -1,115 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package cmd - -import ( - "fmt" - "net/http" - "os" - "os/signal" - "syscall" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - "github.com/gitpod-io/gitpod/kedge/pkg/registration" - "github.com/spf13/cobra" -) - -// runCmd represents the run command -var runCmd = &cobra.Command{ - Use: "run", - Short: "Starts a kedge endpoint and collects services from others", - Run: func(cmd *cobra.Command, args []string) { - cfg, err := getConfig() - if err != nil { - log.WithError(err).Fatal("cannot get config") - } - - clientset, err := kedge.NewClientSet(cfg.Kubeconfig) - if err != nil { - log.WithError(err).Fatal("cannot connect to kubernetes") - } - - var notifier registration.CompositeNotifier - for _, nf := range cfg.Notifications { - notifier = append(notifier, registration.NewHTTPServiceNotifier(nf.URL, nf.Token, time.Duration(nf.Timeout))) - } - - var store registration.Store = registration.EmptyStore{} - if cfg.Registration.Enabled { - store, err = registration.NewKubernetesStore(clientset, cfg.Namespace, "kedge-store") - if err != nil { - log.WithError(err).Fatal("cannot setup registration store") - } - } - - log.Info("removing legacy workspaces") - err = kedge.ClearLegacyServices(clientset, cfg.Namespace) - if err != nil { - log.WithError(err).Fatal("cannot remove all legacy workspaces") - } - - pool := registration.CollectorPool{ - Clientset: clientset, - Namespace: cfg.Namespace, - StaticCollectors: cfg.Collection.StaticCollection, - Store: store, - ServiceNotifier: notifier, - FailureTTLService: cfg.Collection.FailureTTLService, - FailureTTLCollector: cfg.Collection.FailureTTLCollector, - } - go pool.Start(time.Duration(cfg.Collection.Period)) - - mux := &http.ServeMux{} - if cfg.Registration.Enabled { - token := cfg.Token - if cfg.Registration.Token != "" { - token = cfg.Registration.Token - } - - regsrv := registration.Server{ - Token: token, - OnNewCollector: func(c kedge.Collector) error { - err := pool.AddCollector(c) - if err != nil { - log.WithError(err).Warn("cannot add new collector") - return err - } - return nil - }, - } - regsrv.Routes(mux) - } - srv := kedge.EndpointServer{ - Clientset: clientset, - Token: cfg.Token, - Services: cfg.Services, - Namespace: cfg.Namespace, - } - srv.Routes(mux) - go func() { - s := &http.Server{ - Addr: fmt.Sprintf(":%d", cfg.Port), - Handler: mux, - WriteTimeout: 60 * time.Second, - ReadTimeout: 10 * time.Second, - } - - log.WithField("addr", fmt.Sprintf(":%d", srv.Port)).Debug("HTTP server listening") - log.Fatal(s.ListenAndServe()) - }() - - log.WithField("period", cfg.Collection.Period.String()).Info("⚓ kedge is up and running") - - sigChan := make(chan os.Signal, 1) - signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM) - <-sigChan - }, -} - -func init() { - rootCmd.AddCommand(runCmd) -} diff --git a/components/ee/kedge/config-schema.json b/components/ee/kedge/config-schema.json deleted file mode 100644 index 3fb89a279d4b5d..00000000000000 --- a/components/ee/kedge/config-schema.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - "$ref": "#/definitions/config", - "title": "kedge config schema - generated using kedge config-schema", - "definitions": { - "": { - "required": [ - "period", - "collectors", - "failureTTLService", - "failureTTLCollector" - ], - "properties": { - "collectors": { - "$ref": "#/definitions/" - }, - "failureTTLCollector": { - "type": "integer" - }, - "failureTTLService": { - "type": "integer" - }, - "period": { - "type": "integer" - } - }, - "additionalProperties": false, - "type": "object" - }, - "config": { - "required": [ - "token", - "namespace", - "kubeconfig", - "services", - "collection" - ], - "properties": { - "collection": { - "$schema": "http://json-schema.org/draft-04/schema#", - "$ref": "#/definitions/" - }, - "kubeconfig": { - "type": "string" - }, - "namespace": { - "type": "string" - }, - "port": { - "type": "integer" - }, - "registration": { - "$ref": "#/definitions/" - }, - "services": { - "items": { - "type": "string" - }, - "type": "array" - }, - "token": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object" - } - } -} \ No newline at end of file diff --git a/components/ee/kedge/example-config.json b/components/ee/kedge/example-config.json deleted file mode 100644 index 82ecc1106dcd27..00000000000000 --- a/components/ee/kedge/example-config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "$schema": "./config-schema.json", - "services": [ - "messagebus" - ], - "port": 8080, - "token": "foobar", - "namespace": "staging-cw-kedge-ii", - "collection": { - "period": 30, - "collectors": [ - { - "name": "dev", - "suffix": "dev", - "token": "foobar", - "url": "http://localhost:8080" - } - ], - "failureTTLService": 10, - "failureTTLCollector": 20 - }, - "registration": { - "enabled": true - } -} \ No newline at end of file diff --git a/components/ee/kedge/go.mod b/components/ee/kedge/go.mod deleted file mode 100644 index 818c9bbbc232d5..00000000000000 --- a/components/ee/kedge/go.mod +++ /dev/null @@ -1,65 +0,0 @@ -module github.com/gitpod-io/gitpod/kedge - -go 1.12 - -require ( - github.com/alecthomas/jsonschema v0.0.0-20190122210438-a6952de1bbe6 - github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000 - github.com/spf13/cobra v1.1.3 - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 - k8s.io/api v0.23.5 - k8s.io/apimachinery v0.23.5 - k8s.io/client-go v0.0.0 -) - -replace github.com/gitpod-io/gitpod/common-go => ../../common-go // leeway - -replace k8s.io/api => k8s.io/api v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/apimachinery => k8s.io/apimachinery v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/apiserver => k8s.io/apiserver v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/client-go => k8s.io/client-go v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/code-generator => k8s.io/code-generator v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/component-base => k8s.io/component-base v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/cri-api => k8s.io/cri-api v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kubelet => k8s.io/kubelet v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/metrics => k8s.io/metrics v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/component-helpers => k8s.io/component-helpers v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/controller-manager => k8s.io/controller-manager v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/kubectl => k8s.io/kubectl v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/mount-utils => k8s.io/mount-utils v0.23.5 // leeway indirect from components/common-go:lib - -replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.23.5 // leeway indirect from components/common-go:lib diff --git a/components/ee/kedge/go.sum b/components/ee/kedge/go.sum deleted file mode 100644 index 1ea1a33095ce1e..00000000000000 --- a/components/ee/kedge/go.sum +++ /dev/null @@ -1,844 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= -cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= -cloud.google.com/go v0.81.0 h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8= -cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= -github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -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/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= -github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= -github.com/alecthomas/jsonschema v0.0.0-20190122210438-a6952de1bbe6 h1:xadBCbc8D9mmkaNfCsEBHbIoCjbayJXJNsY1JjPjNio= -github.com/alecthomas/jsonschema v0.0.0-20190122210438-a6952de1bbe6/go.mod h1:qpebaTNSsyUn5rPSJMsfqEtDw71TTggXM6stUDI16HA= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= -github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= -github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= -github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= -github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= -github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= -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/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= -github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84= -github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= -github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= -github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= -github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/logr v1.2.0 h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE= -github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/go-test/deep v1.0.5 h1:AKODKU3pDH1RzZzm6YZu77YWtEAq6uh1rLIAQlay2qc= -github.com/go-test/deep v1.0.5/go.mod h1:QV8Hv/iy04NyLBxAdO9njL0iVPN1S4d/A3NVv1V36o8= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= -github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= -github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g= -github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= -github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw= -github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -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/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= -github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= -github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= -github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= -github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= -github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= -github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb/go.mod h1:NtmN9h8vrTveVQRLHcX2HQ5wIPBDCsZ351TGbZWgg38= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q= -github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= -github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= -github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= -github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= -github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= -github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= -github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA= -github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= -github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= -github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= -github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= -github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3/go.mod h1:9/Rh6yILuLysoQnZ2oNooD2g7aBnvM7r/fNVxRNWfBc= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= -github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= -github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cobra v1.1.3 h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M= -github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= -github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= -github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/uber/jaeger-client-go v2.29.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= -github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= -github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c/go.mod h1:UrdRz5enIKZ63MEE3IF9l2/ebyx59GyGgPi+tICQdmM= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= -go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= -go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211209124913-491a49abca63 h1:iocB37TsdFuN6IBRZ+ry36wrkoV51/tl5vOWqkcPGvY= -golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -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= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/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-20210615171337-6886f2dfbf5b h1:9zKuko04nR4gjZ4+DNjHqRlAJqbJETHwiNKDqTfOjfE= -golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -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= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -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= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs= -golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= -gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= -gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= -gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= -google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= -google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0/go.mod h1:OdE7CF6DbADk7lN8LIKRzRJTTZXIjtWgA5THM5lhBAw= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= -gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= -gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/segmentio/analytics-go.v3 v3.1.0/go.mod h1:4QqqlTlSSpVlWA9/9nDcPw+FkM2yv1NQoYjUbL9/JAw= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -k8s.io/api v0.23.5 h1:zno3LUiMubxD/V1Zw3ijyKO3wxrhbUF1Ck+VjBvfaoA= -k8s.io/api v0.23.5/go.mod h1:Na4XuKng8PXJ2JsploYYrivXrINeTaycCGcYgF91Xm8= -k8s.io/apimachinery v0.23.5 h1:Va7dwhp8wgkUPWsEXk6XglXWU4IKYLKNlv8VkX7SDM0= -k8s.io/apimachinery v0.23.5/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/client-go v0.23.5 h1:zUXHmEuqx0RY4+CsnkOn5l0GU+skkRXKGJrhmE2SLd8= -k8s.io/client-go v0.23.5/go.mod h1:flkeinTO1CirYgzMPRWxUCnV0G4Fbu2vLhYCObnt/r4= -k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -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= -k8s.io/klog/v2 v2.30.0 h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw= -k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4= -k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= -k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20211116205334-6203023598ed h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE= -k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s= -sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= -sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= -sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= -sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= -sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= diff --git a/components/ee/kedge/leeway.Dockerfile b/components/ee/kedge/leeway.Dockerfile deleted file mode 100644 index e6c2fb631ab77f..00000000000000 --- a/components/ee/kedge/leeway.Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2021 Gitpod GmbH. All rights reserved. -# Licensed under the Gitpod Enterprise Source Code License, -# See License.enterprise.txt in the project root folder. - -FROM alpine:3.15 - -RUN apk add --no-cache git bash ca-certificates -COPY components-ee-kedge--app/kedge /app/ -RUN chmod +x /app/kedge - -ARG __GIT_COMMIT -ARG VERSION - -ENV GITPOD_BUILD_GIT_COMMIT=${__GIT_COMMIT} -ENV GITPOD_BUILD_VERSION=${VERSION} -ENTRYPOINT [ "/app/kedge" ] -CMD [ "-v", "help" ] \ No newline at end of file diff --git a/components/ee/kedge/main.go b/components/ee/kedge/main.go deleted file mode 100644 index 01182d3cb403d2..00000000000000 --- a/components/ee/kedge/main.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package main - -import ( - "github.com/gitpod-io/gitpod/kedge/cmd" - _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" -) - -func main() { - cmd.Execute() -} diff --git a/components/ee/kedge/pkg/kedge/collector.go b/components/ee/kedge/pkg/kedge/collector.go deleted file mode 100644 index 0e816eb997b11b..00000000000000 --- a/components/ee/kedge/pkg/kedge/collector.go +++ /dev/null @@ -1,95 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package kedge - -import ( - "encoding/json" - "fmt" - "net/http" - "strings" - "time" - - "golang.org/x/xerrors" - "k8s.io/client-go/kubernetes" -) - -// Collect attempts to retrieve a service list from another kedge instance -func Collect(url, token string) ([]Service, error) { - var client = &http.Client{ - Timeout: time.Second * 10, - } - req, err := http.NewRequest("GET", url, nil) - if err != nil { - return nil, xerrors.Errorf("cannot create new HTTP request: %w", err) - } - // req.SetBasicAuth("Bearer", token) - req.Header.Set("Authorization", fmt.Sprintf("Bearer %s", token)) - response, err := client.Do(req) - if err != nil { - return nil, xerrors.Errorf("unable to make request: %w", err) - } - defer response.Body.Close() - if response.StatusCode != http.StatusOK { - return nil, xerrors.Errorf("HTTP request returned non-OK status: %s", response.Status) - } - - var result []Service - if err := json.NewDecoder(response.Body).Decode(&result); err != nil { - return nil, xerrors.Errorf("cannot unmarshal response: %w", err) - } - return result, nil -} - -// Collector can collect service info from another kedge instance and install it in a Kubernetes cluster -type Collector struct { - Name string `json:"name"` - URL string `json:"url"` - Prefix string `json:"prefix,omitempty"` - Suffix string `json:"suffix,omitempty"` - Token string `json:"token"` -} - -// ErrCollectionFailed is returned by CollectAndInstall if the collection part failed -type ErrCollectionFailed struct { - Err error - URL string -} - -// Unwrap returns the underlying error -func (e *ErrCollectionFailed) Unwrap() error { - return e.Err -} - -func (e *ErrCollectionFailed) Error() string { - return fmt.Sprintf("cannot collect from %s: %s", e.URL, e.Err.Error()) -} - -// CollectAndInstall collects kedge service information and installs that in a cluster -func (c *Collector) CollectAndInstall(clientset kubernetes.Interface, namespace string) (newServices []string, err error) { - services, err := Collect(c.URL, c.Token) - if err != nil { - return nil, &ErrCollectionFailed{err, c.URL} - } - - return Install(clientset, namespace, c.Name, services, DefaultNamer(c.Prefix, c.Suffix)) -} - -// Namer decides on a service name in the new cluster -type Namer func(serviceName string) (newName string) - -// DefaultNamer prepends prefix (if not empty) and appends the suffix (if not empty) -func DefaultNamer(prefix, suffix string) Namer { - return func(sn string) string { - segments := []string{} - if prefix != "" { - segments = append(segments, prefix) - } - segments = append(segments, sn) - if suffix != "" { - segments = append(segments, suffix) - } - return strings.Join(segments, "-") - } -} diff --git a/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.golden b/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.golden deleted file mode 100644 index 5449205b4e1573..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.golden +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": null, - "endpoints": null -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.json b/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.json deleted file mode 100644 index 1e3a182c92ef6d..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/clear_src_basic.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "rpc","protocol": "TCP","port": 8080,"targetPort": 0}],"type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}}], - "endpoints": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"subsets": [{"addresses": [{"ip": "10.8.10.50"}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}], - "namespace": "default", - "source": "demosrc" -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.golden b/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.golden deleted file mode 100644 index 0b527cfad028a8..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.golden +++ /dev/null @@ -1,67 +0,0 @@ -{ - "services": [ - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "spec": { - "ports": [ - { - "name": "rpc", - "protocol": "TCP", - "port": 8080, - "targetPort": 0 - } - ], - "type": "ClusterIP", - "sessionAffinity": "None" - }, - "status": { - "loadBalancer": {} - } - } - ], - "endpoints": [ - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "subsets": [ - { - "addresses": [ - { - "ip": "10.8.10.50" - } - ], - "ports": [ - { - "name": "rpc", - "port": 8080, - "protocol": "TCP" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.json b/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.json deleted file mode 100644 index 764a96d88775c9..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/clear_src_othersrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "rpc","protocol": "TCP","port": 8080,"targetPort": 0}],"type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}}], - "endpoints": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"subsets": [{"addresses": [{"ip": "10.8.10.50"}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}], - "namespace": "default", - "source": "not-this-source" -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/collect_basic.golden b/components/ee/kedge/pkg/kedge/fixtures/collect_basic.golden deleted file mode 100644 index 4ab7eb024c2979..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/collect_basic.golden +++ /dev/null @@ -1,92 +0,0 @@ -{ - "services": [ - { - "name": "", - "service": { - "kind": "Service", - "apiVersion": "v1", - "metadata": { - "name": "ws-manager", - "namespace": "test-namespace", - "selfLink": "/api/v1/namespaces/test-namespace/services/ws-manager", - "uid": "80573de3-a0e7-4410-b4b7-b9c2b32ecd2b", - "resourceVersion": "12783515", - "creationTimestamp": "2020-02-18T09:07:37Z", - "labels": { - "app": "gitpod", - "component": "ws-manager", - "kind": "service", - "stage": "devstaging" - } - }, - "spec": { - "ports": [ - { - "name": "rpc", - "protocol": "TCP", - "port": 8080, - "targetPort": 8080 - } - ], - "selector": { - "app": "gitpod", - "component": "ws-manager", - "kind": "pod", - "stage": "devstaging" - }, - "clusterIP": "10.0.2.183", - "type": "ClusterIP", - "sessionAffinity": "None" - }, - "status": { - "loadBalancer": {} - } - }, - "endpoint": { - "kind": "Endpoints", - "apiVersion": "v1", - "metadata": { - "name": "ws-manager", - "namespace": "test-namespace", - "selfLink": "/api/v1/namespaces/test-namespace/endpoints/ws-manager", - "uid": "5f9dbc4b-7979-423a-8cc5-8672e968c12c", - "resourceVersion": "13096227", - "creationTimestamp": "2020-02-18T09:07:37Z", - "labels": { - "app": "gitpod", - "component": "ws-manager", - "kind": "service", - "stage": "devstaging" - }, - "annotations": { - "endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T20:35:26Z" - } - }, - "subsets": [ - { - "addresses": [ - { - "ip": "10.8.10.50", - "nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j", - "targetRef": { - "kind": "Pod", - "namespace": "test-namespace", - "name": "ws-manager-898656978-k5zv5", - "uid": "a10a33ba-a489-42fb-9d53-c8c09fbb5613", - "resourceVersion": "13096225" - } - } - ], - "ports": [ - { - "name": "rpc", - "port": 8080, - "protocol": "TCP" - } - ] - } - ] - } - } - ] -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/collect_basic.json b/components/ee/kedge/pkg/kedge/fixtures/collect_basic.json deleted file mode 100644 index 49b9f0f8d137da..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/collect_basic.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": [{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "dashboard","kind": "service","stage": "devstaging"},"name": "dashboard","namespace": "test-namespace","resourceVersion": "12783510","selfLink": "/api/v1/namespaces/test-namespace/services/dashboard","uid": "f250b343-d9e9-42a5-8efd-ed8210dbefc0"},"spec": {"clusterIP": "10.0.8.207","ports": [{"name": "http","port": 3001,"protocol": "TCP","targetPort": 80}],"selector": {"app": "gitpod","component": "dashboard","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "db","kind": "service","stage": "devstaging"},"name": "db","namespace": "test-namespace","resourceVersion": "12783523","selfLink": "/api/v1/namespaces/test-namespace/services/db","uid": "c799cb51-a0bb-4d8e-a2d2-64604f52cb0c"},"spec": {"clusterIP": "10.0.0.131","ports": [{"port": 3306,"protocol": "TCP","targetPort": 3306}],"selector": {"app": "gitpod","component": "db","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "image-builder","kind": "service","stage": "devstaging"},"name": "image-builder","namespace": "test-namespace","resourceVersion": "12783507","selfLink": "/api/v1/namespaces/test-namespace/services/image-builder","uid": "3a5d8dbb-2335-4e38-a820-2e8b54cfe400"},"spec": {"clusterIP": "10.0.8.249","ports": [{"name": "rpc","port": 8080,"protocol": "TCP","targetPort": 8080}],"selector": {"app": "gitpod","component": "image-builder","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:08:20Z","labels": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"name": "jaeger","namespace": "test-namespace","resourceVersion": "12784239","selfLink": "/api/v1/namespaces/test-namespace/services/jaeger","uid": "20a90721-7c6c-4bee-9ca1-120717c72d0b"},"spec": {"clusterIP": "10.0.4.38","ports": [{"name": "jaeger-query","port": 80,"protocol": "TCP","targetPort": 16686}],"selector": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:08:20Z","labels": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"name": "jaeger-collector","namespace": "test-namespace","resourceVersion": "12784236","selfLink": "/api/v1/namespaces/test-namespace/services/jaeger-collector","uid": "8fbc2964-8d88-4c53-96a8-5f8e7bbe6175"},"spec": {"clusterIP": "10.0.10.100","ports": [{"name": "jaeger-collector-http","port": 14268,"protocol": "TCP","targetPort": 14268},{"name": "jaeger-collector-grpc","port": 14250,"protocol": "TCP","targetPort": 14250}],"selector": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "kedge","kind": "service","stage": "devstaging"},"name": "kedge","namespace": "test-namespace","resourceVersion": "12783527","selfLink": "/api/v1/namespaces/test-namespace/services/kedge","uid": "9a103352-152a-4963-bd07-92b4a65a9fbb"},"spec": {"clusterIP": "10.0.11.131","ports": [{"name": "http","port": 8080,"protocol": "TCP","targetPort": 8080}],"selector": {"app": "gitpod","component": "kedge","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "messagebus","kind": "service","stage": "devstaging"},"name": "messagebus","namespace": "test-namespace","resourceVersion": "12783500","selfLink": "/api/v1/namespaces/test-namespace/services/messagebus","uid": "8ba40bf8-de40-4297-9179-874c8f25d050"},"spec": {"clusterIP": "10.0.14.164","ports": [{"name": "amqp","port": 5672,"protocol": "TCP","targetPort": 5672},{"name": "dist","port": 25672,"protocol": "TCP","targetPort": 25672},{"name": "epmd","port": 4369,"protocol": "TCP","targetPort": 4369},{"name": "ui","port": 15672,"protocol": "TCP","targetPort": 15672}],"selector": {"app": "gitpod","component": "messagebus","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"annotations": {"gitpod/kedge": "true"},"creationTimestamp": "2020-02-18T09:07:46Z","labels": {"app": "gitpod","component": "messagebus","kedge": "replicated","kind": "service","stage": "devstaging"},"name": "messagebus-dev","namespace": "test-namespace","resourceVersion": "12783908","selfLink": "/api/v1/namespaces/test-namespace/services/messagebus-dev","uid": "18b26688-dab7-420d-96ba-bce7da7625e6"},"spec": {"clusterIP": "10.0.10.198","ports": [{"name": "amqp","port": 5672,"protocol": "TCP","targetPort": 5672},{"name": "dist","port": 25672,"protocol": "TCP","targetPort": 25672},{"name": "epmd","port": 4369,"protocol": "TCP","targetPort": 4369},{"name": "ui","port": 15672,"protocol": "TCP","targetPort": 15672}],"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "payment-endpoint","kind": "service","stage": "devstaging"},"name": "payment-endpoint","namespace": "test-namespace","resourceVersion": "12783518","selfLink": "/api/v1/namespaces/test-namespace/services/payment-endpoint","uid": "4803fd9e-b266-4d71-ba5a-5227afc47805"},"spec": {"clusterIP": "10.0.2.151","ports": [{"name": "http","port": 3002,"protocol": "TCP","targetPort": 3002}],"selector": {"app": "gitpod","component": "payment-endpoint","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "proxy","kind": "service","stage": "devstaging"},"name": "proxy","namespace": "test-namespace","resourceVersion": "12783530","selfLink": "/api/v1/namespaces/test-namespace/services/proxy","uid": "94a78c40-fe54-47b8-a644-68cf1654de90"},"spec": {"clusterIP": "10.0.11.128","ports": [{"name": "http","port": 80,"protocol": "TCP","targetPort": 80},{"name": "https","port": 443,"protocol": "TCP","targetPort": 443}],"selector": {"app": "gitpod","component": "proxy","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:36Z","labels": {"app": "gitpod","component": "server","kind": "service","stage": "devstaging"},"name": "server","namespace": "test-namespace","resourceVersion": "12783498","selfLink": "/api/v1/namespaces/test-namespace/services/server","uid": "1e79f77e-eade-4c35-9894-6dfb76667453"},"spec": {"clusterIP": "10.0.3.191","ports": [{"name": "http","port": 3000,"protocol": "TCP","targetPort": 3000},{"name": "metrics","port": 9500,"protocol": "TCP","targetPort": 9500}],"selector": {"app": "gitpod","component": "server","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"},"name": "ws-manager","namespace": "test-namespace","resourceVersion": "12783515","selfLink": "/api/v1/namespaces/test-namespace/services/ws-manager","uid": "80573de3-a0e7-4410-b4b7-b9c2b32ecd2b"},"spec": {"clusterIP": "10.0.2.183","ports": [{"name": "rpc","port": 8080,"protocol": "TCP","targetPort": 8080}],"selector": {"app": "gitpod","component": "ws-manager","kind": "pod","stage": "devstaging"},"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}},{"apiVersion": "v1","kind": "Service","metadata": {"annotations": {"gitpod/kedge": "true"},"creationTimestamp": "2020-02-18T09:07:46Z","labels": {"app": "gitpod","component": "ws-manager","kedge": "replicated","kind": "service","stage": "devstaging"},"name": "ws-manager-dev","namespace": "test-namespace","resourceVersion": "12783913","selfLink": "/api/v1/namespaces/test-namespace/services/ws-manager-dev","uid": "71b316fd-6200-4296-b101-770ebc4e96f6"},"spec": {"clusterIP": "10.0.0.31","ports": [{"name": "rpc","port": 8080,"protocol": "TCP","targetPort": 8080}],"sessionAffinity": "None","type": "ClusterIP"},"status": {"loadBalancer": {}}}], - "endpoints": [{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:07:45Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "dashboard","kind": "service","stage": "devstaging"},"name": "dashboard","namespace": "test-namespace","resourceVersion": "12783880","selfLink": "/api/v1/namespaces/test-namespace/endpoints/dashboard","uid": "f96ec22a-3b1f-423a-a18c-9775212fd924"},"subsets": [{"addresses": [{"ip": "10.8.9.170","nodeName": "gke-gitpod-dev-worker-pool-1-3df476cf-189b","targetRef": {"kind": "Pod","name": "dashboard-6cc5c5fd95-ql6dr","namespace": "test-namespace","resourceVersion": "12783877","uid": "003abb06-6aa2-42c9-9d21-33eccb678b22"}}],"ports": [{"name": "http","port": 80,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:07:54Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "db","kind": "service","stage": "devstaging"},"name": "db","namespace": "test-namespace","resourceVersion": "12784002","selfLink": "/api/v1/namespaces/test-namespace/endpoints/db","uid": "0aace14a-30a5-4339-a42d-cca0f64139d2"},"subsets": [{"addresses": [{"ip": "10.8.2.241","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-nmx1","targetRef": {"kind": "Pod","name": "db-6fc8494b6d-t7h66","namespace": "test-namespace","resourceVersion": "12784001","uid": "7e2e495a-aa76-4029-9cb2-8eab8126e289"}}],"ports": [{"port": 3306,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:07:50Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "image-builder","kind": "service","stage": "devstaging"},"name": "image-builder","namespace": "test-namespace","resourceVersion": "12783980","selfLink": "/api/v1/namespaces/test-namespace/endpoints/image-builder","uid": "af9212a6-46d8-4987-be2d-a32d10991820"},"subsets": [{"addresses": [{"ip": "10.8.9.172","nodeName": "gke-gitpod-dev-worker-pool-1-3df476cf-189b","targetRef": {"kind": "Pod","name": "image-builder-6b646c6756-xvm99","namespace": "test-namespace","resourceVersion": "12783978","uid": "91e68f96-28f3-4d5c-940b-7ffc9bf53b64"}}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:08:20Z"},"creationTimestamp": "2020-02-18T09:08:20Z","labels": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"name": "jaeger","namespace": "test-namespace","resourceVersion": "12784240","selfLink": "/api/v1/namespaces/test-namespace/endpoints/jaeger","uid": "5ec33482-817c-402a-9a0d-1936aa91af74"}},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:08:20Z"},"creationTimestamp": "2020-02-18T09:08:20Z","labels": {"app": "jaeger","chart": "gitpod-jaeger-0.1.5","heritage": "Helm","release": "jaeger"},"name": "jaeger-collector","namespace": "test-namespace","resourceVersion": "12784238","selfLink": "/api/v1/namespaces/test-namespace/endpoints/jaeger-collector","uid": "a5a4d84d-9573-48ee-82a3-066af07c8278"}},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:07:46Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "kedge","kind": "service","stage": "devstaging"},"name": "kedge","namespace": "test-namespace","resourceVersion": "12783906","selfLink": "/api/v1/namespaces/test-namespace/endpoints/kedge","uid": "d26c9439-4529-4bd3-ab69-0c94a26a3cd2"},"subsets": [{"addresses": [{"ip": "10.8.4.157","nodeName": "gke-gitpod-dev-worker-pool-1-3df476cf-g9jp","targetRef": {"kind": "Pod","name": "kedge-8598478c48-rfjhh","namespace": "test-namespace","resourceVersion": "12783903","uid": "d3507c51-4df5-4e22-b93f-11f00f79865c"}}],"ports": [{"name": "http","port": 8080,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "messagebus","kind": "service","stage": "devstaging"},"name": "messagebus","namespace": "test-namespace","resourceVersion": "13224100","selfLink": "/api/v1/namespaces/test-namespace/endpoints/messagebus","uid": "73d57d14-7c35-4282-8de9-f07ac9c0e065"},"subsets": [{"addresses": [{"ip": "10.8.4.154","nodeName": "gke-gitpod-dev-worker-pool-1-3df476cf-g9jp","targetRef": {"kind": "Pod","name": "messagebus-778586b4b8-v9zb6","namespace": "test-namespace","resourceVersion": "12784088","uid": "e63b417c-1756-4b24-ba00-a9d1238ce84d"}}],"ports": [{"name": "dist","port": 25672,"protocol": "TCP"},{"name": "epmd","port": 4369,"protocol": "TCP"},{"name": "ui","port": 15672,"protocol": "TCP"},{"name": "amqp","port": 5672,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"gitpod/kedge": "true"},"creationTimestamp": "2020-02-18T09:08:16Z","labels": {"app": "gitpod","component": "messagebus","kedge": "replicated","kind": "service","stage": "devstaging"},"name": "messagebus-dev","namespace": "test-namespace","resourceVersion": "12784182","selfLink": "/api/v1/namespaces/test-namespace/endpoints/messagebus-dev","uid": "abc49394-91d6-4892-b397-13aa583f6600"},"subsets": [{"addresses": [{"ip": "10.8.4.154"}],"ports": [{"name": "dist","port": 25672,"protocol": "TCP"},{"name": "epmd","port": 4369,"protocol": "TCP"},{"name": "ui","port": 15672,"protocol": "TCP"},{"name": "amqp","port": 5672,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T09:08:12Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "payment-endpoint","kind": "service","stage": "devstaging"},"name": "payment-endpoint","namespace": "test-namespace","resourceVersion": "12784147","selfLink": "/api/v1/namespaces/test-namespace/endpoints/payment-endpoint","uid": "dd83da71-3669-4625-b599-e203a12bec47"},"subsets": [{"addresses": [{"ip": "10.8.10.242","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","name": "payment-endpoint-5b9d7485f6-fm5kl","namespace": "test-namespace","resourceVersion": "12784146","uid": "d119c1df-bc6e-48f4-a446-b850229702d6"}}],"ports": [{"name": "http","port": 3002,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "proxy","kind": "service","stage": "devstaging"},"name": "proxy","namespace": "test-namespace","resourceVersion": "13224097","selfLink": "/api/v1/namespaces/test-namespace/endpoints/proxy","uid": "38d592de-f448-4bfe-94c5-e8a9450011c0"},"subsets": [{"addresses": [{"ip": "10.8.10.243","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","name": "proxy-7b9cdb684d-stckc","namespace": "test-namespace","resourceVersion": "12783974","uid": "b61a6d63-3e68-4097-9e74-617763c7fba0"}}],"ports": [{"name": "http","port": 80,"protocol": "TCP"},{"name": "https","port": 443,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T20:35:36Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "server","kind": "service","stage": "devstaging"},"name": "server","namespace": "test-namespace","resourceVersion": "13096286","selfLink": "/api/v1/namespaces/test-namespace/endpoints/server","uid": "3973fcd9-fab6-4ed7-a59b-e1acc4f97fb1"},"subsets": [{"addresses": [{"ip": "10.8.10.51","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","name": "server-7cd9c7c485-gdjn4","namespace": "test-namespace","resourceVersion": "13096284","uid": "85a14a31-085b-476f-bf41-800882be81e9"}}],"ports": [{"name": "metrics","port": 9500,"protocol": "TCP"},{"name": "http","port": 3000,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T20:35:26Z"},"creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"},"name": "ws-manager","namespace": "test-namespace","resourceVersion": "13096227","selfLink": "/api/v1/namespaces/test-namespace/endpoints/ws-manager","uid": "5f9dbc4b-7979-423a-8cc5-8672e968c12c"},"subsets": [{"addresses": [{"ip": "10.8.10.50","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","name": "ws-manager-898656978-k5zv5","namespace": "test-namespace","resourceVersion": "13096225","uid": "a10a33ba-a489-42fb-9d53-c8c09fbb5613"}}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]},{"apiVersion": "v1","kind": "Endpoints","metadata": {"annotations": {"gitpod/kedge": "true"},"creationTimestamp": "2020-02-18T20:35:50Z","labels": {"app": "gitpod","component": "ws-manager","kedge": "replicated","kind": "service","stage": "devstaging"},"name": "ws-manager-dev","namespace": "test-namespace","resourceVersion": "13096367","selfLink": "/api/v1/namespaces/test-namespace/endpoints/ws-manager-dev","uid": "208ad508-e472-4918-badd-18990080ef8f"},"subsets": [{"addresses": [{"ip": "10.8.10.50"}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}], - "serviceNames": ["ws-manager"], - "namespace": "test-namespace" -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/install_basic.golden b/components/ee/kedge/pkg/kedge/fixtures/install_basic.golden deleted file mode 100644 index 44ad56acfd0fb7..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/install_basic.golden +++ /dev/null @@ -1,70 +0,0 @@ -{ - "services": [ - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "spec": { - "ports": [ - { - "name": "rpc", - "protocol": "TCP", - "port": 8080, - "targetPort": 0 - } - ], - "type": "ClusterIP", - "sessionAffinity": "None" - }, - "status": { - "loadBalancer": {} - } - } - ], - "endpoints": [ - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "subsets": [ - { - "addresses": [ - { - "ip": "10.8.10.50" - } - ], - "ports": [ - { - "name": "rpc", - "port": 8080, - "protocol": "TCP" - } - ] - } - ] - } - ], - "newServices": [ - "ab-ws-manager-cd" - ] -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/install_basic.json b/components/ee/kedge/pkg/kedge/fixtures/install_basic.json deleted file mode 100644 index 587b6d6abe83d9..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/install_basic.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "services": [{"name": "","service": {"kind": "Service","apiVersion": "v1","metadata": {"name": "ws-manager","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/services/ws-manager","uid": "80573de3-a0e7-4410-b4b7-b9c2b32ecd2b","resourceVersion": "12783515","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "rpc","protocol": "TCP","port": 8080,"targetPort": 8080}],"selector": {"app": "gitpod","component": "ws-manager","kind": "pod","stage": "devstaging"},"clusterIP": "10.0.2.183","type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}},"endpoint": {"kind": "Endpoints","apiVersion": "v1","metadata": {"name": "ws-manager","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/endpoints/ws-manager","uid": "5f9dbc4b-7979-423a-8cc5-8672e968c12c","resourceVersion": "13096227","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"},"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T20:35:26Z"}},"subsets": [{"addresses": [{"ip": "10.8.10.50","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","namespace": "test-namespace","name": "ws-manager-898656978-k5zv5","uid": "a10a33ba-a489-42fb-9d53-c8c09fbb5613","resourceVersion": "13096225"}}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}}], - "source": "demosrc", - "namespace": "default", - "prefix": "ab", - "suffix": "cd" -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/install_update.golden b/components/ee/kedge/pkg/kedge/fixtures/install_update.golden deleted file mode 100644 index 51b7e34863a109..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/install_update.golden +++ /dev/null @@ -1,164 +0,0 @@ -{ - "services": [ - { - "metadata": { - "name": "ab-messagebus-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "messagebus", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "spec": { - "ports": [ - { - "name": "amqp", - "protocol": "TCP", - "port": 5672, - "targetPort": 0 - }, - { - "name": "dist", - "protocol": "TCP", - "port": 25672, - "targetPort": 0 - }, - { - "name": "epmd", - "protocol": "TCP", - "port": 4369, - "targetPort": 0 - }, - { - "name": "ui", - "protocol": "TCP", - "port": 15672, - "targetPort": 0 - } - ], - "type": "ClusterIP", - "sessionAffinity": "None" - }, - "status": { - "loadBalancer": {} - } - }, - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "spec": { - "ports": [ - { - "name": "rpc", - "protocol": "TCP", - "port": 8080, - "targetPort": 0 - } - ], - "type": "ClusterIP", - "sessionAffinity": "None" - }, - "status": { - "loadBalancer": {} - } - } - ], - "endpoints": [ - { - "metadata": { - "name": "ab-messagebus-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "messagebus", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "subsets": [ - { - "addresses": [ - { - "ip": "10.8.4.154" - } - ], - "ports": [ - { - "name": "dist", - "port": 25672, - "protocol": "TCP" - }, - { - "name": "epmd", - "port": 4369, - "protocol": "TCP" - }, - { - "name": "ui", - "port": 15672, - "protocol": "TCP" - }, - { - "name": "amqp", - "port": 5672, - "protocol": "TCP" - } - ] - } - ] - }, - { - "metadata": { - "name": "ab-ws-manager-cd", - "namespace": "default", - "creationTimestamp": null, - "labels": { - "app": "gitpod", - "component": "ws-manager", - "gitpod.io/Kedge": "true", - "gitpod.io/KedgeSrc": "demosrc", - "kind": "service", - "stage": "devstaging" - } - }, - "subsets": [ - { - "addresses": [ - { - "ip": "10.8.10.50" - } - ], - "ports": [ - { - "name": "rpc", - "port": 8080, - "protocol": "TCP" - } - ] - } - ] - } - ], - "newServices": [ - "ab-messagebus-cd" - ] -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/fixtures/install_update.json b/components/ee/kedge/pkg/kedge/fixtures/install_update.json deleted file mode 100644 index 522c2879520cf1..00000000000000 --- a/components/ee/kedge/pkg/kedge/fixtures/install_update.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "services": [ - {"name": "","service": {"kind": "Service","apiVersion": "v1","metadata": {"name": "ws-manager","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/services/ws-manager","uid": "80573de3-a0e7-4410-b4b7-b9c2b32ecd2b","resourceVersion": "12783515","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "rpc","protocol": "TCP","port": 8080,"targetPort": 8080}],"selector": {"app": "gitpod","component": "ws-manager","kind": "pod","stage": "devstaging"},"clusterIP": "10.0.2.183","type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}},"endpoint": {"kind": "Endpoints","apiVersion": "v1","metadata": {"name": "ws-manager","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/endpoints/ws-manager","uid": "5f9dbc4b-7979-423a-8cc5-8672e968c12c","resourceVersion": "13096227","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "ws-manager","kind": "service","stage": "devstaging"},"annotations": {"endpoints.kubernetes.io/last-change-trigger-time": "2020-02-18T20:35:26Z"}},"subsets": [{"addresses": [{"ip": "10.8.10.50","nodeName": "gke-gitpod-dev-worker-pool-1-500f9817-9n9j","targetRef": {"kind": "Pod","namespace": "test-namespace","name": "ws-manager-898656978-k5zv5","uid": "a10a33ba-a489-42fb-9d53-c8c09fbb5613","resourceVersion": "13096225"}}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}}, - {"name": "","service": {"kind": "Service","apiVersion": "v1","metadata": {"name": "messagebus","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/services/messagebus","uid": "8ba40bf8-de40-4297-9179-874c8f25d050","resourceVersion": "12783500","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "messagebus","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "amqp","protocol": "TCP","port": 5672,"targetPort": 5672},{"name": "dist","protocol": "TCP","port": 25672,"targetPort": 25672},{"name": "epmd","protocol": "TCP","port": 4369,"targetPort": 4369},{"name": "ui","protocol": "TCP","port": 15672,"targetPort": 15672}],"selector": {"app": "gitpod","component": "messagebus","kind": "pod","stage": "devstaging"},"clusterIP": "10.0.14.164","type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}},"endpoint": {"kind": "Endpoints","apiVersion": "v1","metadata": {"name": "messagebus","namespace": "test-namespace","selfLink": "/api/v1/namespaces/test-namespace/endpoints/messagebus","uid": "73d57d14-7c35-4282-8de9-f07ac9c0e065","resourceVersion": "13224100","creationTimestamp": "2020-02-18T09:07:37Z","labels": {"app": "gitpod","component": "messagebus","kind": "service","stage": "devstaging"}},"subsets": [{"addresses": [{"ip": "10.8.4.154","nodeName": "gke-gitpod-dev-worker-pool-1-3df476cf-g9jp","targetRef": {"kind": "Pod","namespace": "test-namespace","name": "messagebus-778586b4b8-v9zb6","uid": "e63b417c-1756-4b24-ba00-a9d1238ce84d","resourceVersion": "12784088"}}],"ports": [{"name": "dist","port": 25672,"protocol": "TCP"},{"name": "epmd","port": 4369,"protocol": "TCP"},{"name": "ui","port": 15672,"protocol": "TCP"},{"name": "amqp","port": 5672,"protocol": "TCP"}]}]}} - ], - "source": "demosrc", - "namespace": "default", - "prefix": "ab", - "suffix": "cd", - "kubeServices": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"spec": {"ports": [{"name": "rpc","protocol": "TCP","port": 8080,"targetPort": 0}],"type": "ClusterIP","sessionAffinity": "None"},"status": {"loadBalancer": {}}}], - "kubeEndpoints": [{"metadata": {"name": "ab-ws-manager-cd","namespace": "default","creationTimestamp": null,"labels": {"app": "gitpod","component": "ws-manager","gitpod.io/Kedge": "true","gitpod.io/KedgeSrc": "demosrc","kind": "service","stage": "devstaging"}},"subsets": [{"addresses": [{"ip": "10.8.10.50"}],"ports": [{"name": "rpc","port": 8080,"protocol": "TCP"}]}]}] -} \ No newline at end of file diff --git a/components/ee/kedge/pkg/kedge/kubernetes.go b/components/ee/kedge/pkg/kedge/kubernetes.go deleted file mode 100644 index 2ae0ed6ef81e51..00000000000000 --- a/components/ee/kedge/pkg/kedge/kubernetes.go +++ /dev/null @@ -1,378 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package kedge - -import ( - "context" - "errors" - "fmt" - "reflect" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" - "golang.org/x/xerrors" - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/client-go/kubernetes" - "k8s.io/client-go/rest" - - "k8s.io/client-go/tools/clientcmd" -) - -const ( - // kedgeLegacyLabelSelector is the old label selector that kedge used to mark Kubernetes objects - kedgeLegacyLabelSelector = "kedge=replicated" - - // LabelKedge is the label we apply to Kubernetes objects to mark them as created by/belonging to kedge. - LabelKedge = "gitpod.io/Kedge" - // LabelSource is the label we apply to Kubernetes objects to store the source of an object - LabelSource = "gitpod.io/KedgeSrc" - - kedgeLabelSelector = LabelKedge + "=true" -) - -var ( - defaultPropagationPolicy = metav1.DeletePropagationForeground - defaultDeletionGracePeriod = int64(10) -) - -// NewClientSet creates a new Kubernetes client set from either in-cluster config (empty kubeconfig) or -// some kubeconfig file. -func NewClientSet(kubeconfig string) (kubernetes.Interface, error) { - if kubeconfig == "" { - k8s, err := rest.InClusterConfig() - if err != nil { - return nil, err - } - return kubernetes.NewForConfig(k8s) - } - - res, err := clientcmd.BuildConfigFromFlags("", kubeconfig) - if err != nil { - return nil, err - } - return kubernetes.NewForConfig(res) -} - -// Discover extracts a set of services from a Kubernetes namespace -func Discover(clientset kubernetes.Interface, namespace string, services []string) ([]Service, error) { - log.WithField("services", services).Debug("discovering Kubernetes services") - - api := clientset.CoreV1() - existingServiceList, err := api.Services(namespace).List(context.Background(), metav1.ListOptions{}) - if err != nil { - return nil, xerrors.Errorf("cannot get services: %w", err) - } - existingServiceIdx := make(map[string]corev1.Service) - for _, s := range existingServiceList.Items { - existingServiceIdx[s.Name] = s - } - endpoints, err := api.Endpoints(namespace).List(context.Background(), metav1.ListOptions{}) - if err != nil { - return nil, xerrors.Errorf("cannot get endpoints: %w", err) - } - endpointIdx := make(map[string]corev1.Endpoints) - for _, e := range endpoints.Items { - endpointIdx[e.Name] = e - } - - var result []Service - for _, sn := range services { - service, exists := existingServiceIdx[sn] - if !exists { - log.WithField("name", sn).Warn("did not find service") - continue - } - endpoint, exists := endpointIdx[sn] - if !exists { - log.WithField("name", sn).Warn("service has no endpoints") - continue - } - - result = append(result, Service{ - Service: &service, - Endpoint: &endpoint, - }) - } - return result, nil -} - -// Install installs a set of services in a Kubernetes cluster -func Install(clientset kubernetes.Interface, namespace string, source string, services []Service, namer Namer) (newServices []string, err error) { - api := clientset.CoreV1() - serviceList, err := api.Services(namespace).List(context.Background(), metav1.ListOptions{}) - if err != nil { - return nil, xerrors.Errorf("cannot get services: %w", err) - } - serviceIdx := make(map[string]corev1.Service) - for _, s := range serviceList.Items { - serviceIdx[s.Name] = s - } - - var res []string - for _, srv := range services { - serviceName := namer(srv.Service.Name) - service, exists := serviceIdx[serviceName] - if exists { - if _, ok := service.Labels[LabelKedge]; !ok { - log.WithField("name", serviceName).WithField("namespace", namespace).Warn("service already exists but was not created by kedge - not installing endpoints") - continue - } - } else { - if err := createTargetService(clientset, namespace, source, serviceName, srv); err != nil { - return nil, xerrors.Errorf("cannot create target service: %w", err) - } - log.WithField("src", srv.Service.Name).WithField("dst", serviceName).Debug("created service") - res = append(res, serviceName) - } - - shouldCreateEndpoint, err := clearTargetEndpoints(clientset, namespace, serviceName, srv) - if err != nil { - return nil, xerrors.Errorf("cannot clear target endpoints: %w", err) - } - if shouldCreateEndpoint { - err := createTargetEndpoints(clientset, namespace, source, serviceName, srv) - if err != nil { - return nil, xerrors.Errorf("cannot create target endooints: %w", err) - } - log.WithField("src", srv.Service.Name).WithField("dst", serviceName).Debug("created endpoints") - } - } - - return res, nil -} - -// ErrDeletionFailed is returned by ClearServices when deleting a service or endpoint fails -var ErrDeletionFailed = errors.New("deletion failed") - -// ClearLegacyServices removes all services and endpoints which bear the old kedge label -func ClearLegacyServices(clientset kubernetes.Interface, namespace string) (err error) { - servicesAPI := clientset.CoreV1().Services(namespace) - services, err := servicesAPI.List(context.Background(), metav1.ListOptions{LabelSelector: kedgeLegacyLabelSelector}) - if err != nil { - return xerrors.Errorf("cannot get services: %w", err) - } - for _, s := range services.Items { - err = servicesAPI.Delete(context.Background(), s.Name, metav1.DeleteOptions{ - GracePeriodSeconds: &defaultDeletionGracePeriod, - PropagationPolicy: &defaultPropagationPolicy, - }) - if err != nil { - log.WithError(err).WithField("name", s.Name).Warn("cannot delete service") - err = ErrDeletionFailed - // do not return here and attempt to delete the other services/endpoints - } - } - - endpointsAPI := clientset.CoreV1().Endpoints(namespace) - endpoints, err := endpointsAPI.List(context.Background(), metav1.ListOptions{LabelSelector: kedgeLegacyLabelSelector}) - if err != nil { - return xerrors.Errorf("cannot get endpoints: %w", err) - } - for _, e := range endpoints.Items { - err = endpointsAPI.Delete(context.Background(), e.Name, metav1.DeleteOptions{ - GracePeriodSeconds: &defaultDeletionGracePeriod, - PropagationPolicy: &defaultPropagationPolicy, - }) - if err != nil { - log.WithError(err).WithField("name", e.Name).Warn("cannot delete endpoint") - err = ErrDeletionFailed - // do not return here and attempt to delete the other endpoints - } - } - - return -} - -// ClearServices removes all services from a single source. -func ClearServices(clientset kubernetes.Interface, namespace, source string) (err error) { - servicesAPI := clientset.CoreV1().Services(namespace) - services, err := servicesAPI.List(context.Background(), metav1.ListOptions{LabelSelector: fmt.Sprintf("%s=%s", LabelSource, source)}) - if err != nil { - return xerrors.Errorf("cannot get services: %w", err) - } - for _, s := range services.Items { - err = servicesAPI.Delete(context.Background(), s.Name, metav1.DeleteOptions{ - GracePeriodSeconds: &defaultDeletionGracePeriod, - PropagationPolicy: &defaultPropagationPolicy, - }) - if err != nil { - log.WithError(err).WithField("name", s.Name).Warn("cannot delete service") - err = ErrDeletionFailed - // do not return here and attempt to delete the other services/endpoints - } - } - - endpointsAPI := clientset.CoreV1().Endpoints(namespace) - endpoints, err := endpointsAPI.List(context.Background(), metav1.ListOptions{LabelSelector: fmt.Sprintf("%s=%s", LabelSource, source)}) - if err != nil { - return xerrors.Errorf("cannot get endpoints: %w", err) - } - for _, e := range endpoints.Items { - err = endpointsAPI.Delete(context.Background(), e.Name, metav1.DeleteOptions{ - GracePeriodSeconds: &defaultDeletionGracePeriod, - PropagationPolicy: &defaultPropagationPolicy, - }) - if err != nil { - log.WithError(err).WithField("name", e.Name).Warn("cannot delete endpoint") - err = ErrDeletionFailed - // do not return here and attempt to delete the other endpoints - } - } - - return -} - -func createTargetService(clientset kubernetes.Interface, namespace, source, name string, srv Service) error { - api := clientset.CoreV1() - - ports := make([]corev1.ServicePort, 0) - for _, p := range srv.Service.Spec.Ports { - ports = append(ports, corev1.ServicePort{ - Name: p.Name, - Port: p.Port, - Protocol: p.Protocol, - }) - } - - targetService := &corev1.Service{ - ObjectMeta: metav1.ObjectMeta{ - Name: name, - Namespace: namespace, - Labels: addKedgeLabels(srv.Service.Labels, source), - }, - Spec: corev1.ServiceSpec{ - Type: corev1.ServiceTypeClusterIP, - Ports: ports, - SessionAffinity: srv.Service.Spec.SessionAffinity, - }, - } - - // 'app.kubernetes.io/instance' is automatically added to kedge when it is deployed by ArgoCD. - // This mechanism is used so ArgoCD knows which resource it is supposed to control and which ones it isn't. - // If we add this label to the resources created by kedge, ArgoCD will think that ArgoCD should be controlled, - // and since their resource definitions are not in git, ArgoCD will try to delete them. - labels := targetService.GetLabels() - delete(labels, "app.kubernetes.io/instance") - targetService.SetLabels(labels) - - _, err := api.Services(namespace).Create(context.Background(), targetService, metav1.CreateOptions{}) - if err != nil { - return xerrors.Errorf("cannot create target service: %w", err) - } - return nil -} - -func clearTargetEndpoints(clientset kubernetes.Interface, namespace string, name string, srv Service) (bool, error) { - api := clientset.CoreV1().Endpoints(namespace) - endpoints, err := api.List(context.Background(), metav1.ListOptions{LabelSelector: kedgeLabelSelector}) - if err != nil { - return false, xerrors.Errorf("cannot get endpoints: %w", err) - } - - found := false - var existingEndpoint corev1.Endpoints - for _, ep := range endpoints.Items { - if ep.Name == name { - existingEndpoint = ep - found = true - break - } - } - if !found { - return true, nil - } - - // Clear out differences that don't matter - for i, s := range srv.Endpoint.Subsets { - for j := range s.Addresses { - srv.Endpoint.Subsets[i].Addresses[j].NodeName = nil - srv.Endpoint.Subsets[i].Addresses[j].TargetRef = nil - } - } - - if !reflect.DeepEqual(existingEndpoint.Subsets, srv.Endpoint.Subsets) { - log.WithField("name", name).Debug("endpoint subsets are not equal to each other - deleting") - } else { - // endpoint subsets are equal to each other - NOT deleting - return false, nil - } - - err = api.Delete(context.Background(), name, metav1.DeleteOptions{PropagationPolicy: &defaultPropagationPolicy}) - if err != nil { - return false, xerrors.Errorf("cannot delete existing endpoint: %w", err) - } - log.WithField("name", name).WithField("namespace", namespace).Debug("deleted previous endpoint") - - ticker := time.NewTicker(200 * time.Millisecond) - done := make(chan bool, 1) - go func() { - for { - endpoints, err := api.List(context.Background(), metav1.ListOptions{LabelSelector: kedgeLabelSelector}) - if err != nil { - log.WithError(err).Warn("error while listing service endpoints") - continue - } - - found := false - for _, ep := range endpoints.Items { - if ep.Name == name { - found = true - break - } - } - - if !found { - // endpoint is actually gone which means we're done here - done <- true - return - } - <-ticker.C - } - }() - - select { - case <-done: - return true, nil - case <-time.After(120 * time.Second): - return false, xerrors.Errorf("timeout while waiting for the endpoints to be deleted") - } -} - -func createTargetEndpoints(clientset kubernetes.Interface, namespace, source, name string, srv Service) error { - subsets := make([]corev1.EndpointSubset, 0) - for _, s := range srv.Endpoint.Subsets { - addrs := make([]corev1.EndpointAddress, len(s.Addresses)) - for j, a := range s.Addresses { - addrs[j] = corev1.EndpointAddress{IP: a.IP} - } - - subsets = append(subsets, corev1.EndpointSubset{ - Addresses: addrs, - Ports: s.Ports, - }) - } - - targetEndpoint := &corev1.Endpoints{ - ObjectMeta: metav1.ObjectMeta{ - Name: name, - Namespace: namespace, - Labels: addKedgeLabels(srv.Endpoint.Labels, source), - }, - Subsets: subsets, - } - - _, err := clientset.CoreV1().Endpoints(namespace).Create(context.Background(), targetEndpoint, metav1.CreateOptions{}) - if err != nil { - return xerrors.Errorf("cannot create endpoint: %w", err) - } - return nil -} - -func addKedgeLabels(labels map[string]string, src string) map[string]string { - labels[LabelKedge] = "true" - labels[LabelSource] = src - return labels -} diff --git a/components/ee/kedge/pkg/kedge/kubernetes_test.go b/components/ee/kedge/pkg/kedge/kubernetes_test.go deleted file mode 100644 index 07848bb4badc78..00000000000000 --- a/components/ee/kedge/pkg/kedge/kubernetes_test.go +++ /dev/null @@ -1,156 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package kedge_test - -import ( - "context" - "testing" - - ctesting "github.com/gitpod-io/gitpod/common-go/testing" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/runtime" - fakek8s "k8s.io/client-go/kubernetes/fake" -) - -func TestCollect(t *testing.T) { - type fixture struct { - Services []*corev1.Service `json:"services"` - Endpoints []*corev1.Endpoints `json:"endpoints"` - ServiceNames []string `json:"serviceNames"` - Namespace string `json:"namespace"` - } - type gold struct { - Services []kedge.Service `json:"services,omitempty"` - Error string `json:"error,omitempty"` - } - - test := ctesting.FixtureTest{ - T: t, - Path: "fixtures/collect_*.json", - Test: func(t *testing.T, input interface{}) interface{} { - fixture := input.(*fixture) - - objs := make([]runtime.Object, 0, len(fixture.Services)+len(fixture.Endpoints)) - for _, s := range fixture.Services { - objs = append(objs, s) - } - for _, s := range fixture.Endpoints { - objs = append(objs, s) - } - - clientset := fakek8s.NewSimpleClientset(objs...) - - services, err := kedge.Discover(clientset, fixture.Namespace, fixture.ServiceNames) - if err != nil { - return &gold{Error: err.Error()} - } - - return &gold{Services: services} - }, - Fixture: func() interface{} { return &fixture{} }, - Gold: func() interface{} { return &gold{} }, - } - test.Run() -} - -func TestInstall(t *testing.T) { - type fixture struct { - Services []kedge.Service `json:"services"` - Source string `json:"source"` - Namespace string `json:"namespace,omitempty"` - Suffix string `json:"suffix,omitempty"` - Prefix string `json:"prefix,omitempty"` - KubeServices []*corev1.Service `json:"kubeServices,omitempty"` - KubeEndpoints []*corev1.Endpoints `json:"kubeEndpoints,omitempty"` - } - type gold struct { - Services []corev1.Service `json:"services"` - Endpoints []corev1.Endpoints `json:"endpoints"` - NewServices []string `json:"newServices"` - Error string `json:"error,omitempty"` - } - - test := ctesting.FixtureTest{ - T: t, - Path: "fixtures/install_*.json", - Test: func(t *testing.T, input interface{}) interface{} { - fixture := input.(*fixture) - - objs := make([]runtime.Object, 0, len(fixture.KubeServices)+len(fixture.KubeEndpoints)) - for _, s := range fixture.KubeServices { - objs = append(objs, s) - } - for _, s := range fixture.KubeEndpoints { - objs = append(objs, s) - } - - clientset := fakek8s.NewSimpleClientset(objs...) - newServices, err := kedge.Install(clientset, fixture.Namespace, fixture.Source, fixture.Services, kedge.DefaultNamer(fixture.Prefix, fixture.Suffix)) - if err != nil { - return &gold{Error: err.Error()} - } - - sl, _ := clientset.CoreV1().Services(fixture.Namespace).List(context.Background(), metav1.ListOptions{}) - el, _ := clientset.CoreV1().Endpoints(fixture.Namespace).List(context.Background(), metav1.ListOptions{}) - return &gold{ - Services: sl.Items, - Endpoints: el.Items, - NewServices: newServices, - } - }, - Fixture: func() interface{} { return &fixture{} }, - Gold: func() interface{} { return &gold{} }, - } - test.Run() -} - -func TestClearServices(t *testing.T) { - type fixture struct { - Services []*corev1.Service `json:"services"` - Endpoints []*corev1.Endpoints `json:"endpoints"` - Namespace string `json:"namespace"` - Source string `json:"source"` - } - type gold struct { - Services []corev1.Service `json:"services"` - Endpoints []corev1.Endpoints `json:"endpoints"` - Error string `json:"error,omitempty"` - } - - test := ctesting.FixtureTest{ - T: t, - Path: "fixtures/clear_src_*.json", - Test: func(t *testing.T, input interface{}) interface{} { - fixture := input.(*fixture) - - objs := make([]runtime.Object, 0, len(fixture.Services)+len(fixture.Endpoints)) - for _, s := range fixture.Services { - objs = append(objs, s) - } - for _, s := range fixture.Endpoints { - objs = append(objs, s) - } - clientset := fakek8s.NewSimpleClientset(objs...) - - err := kedge.ClearServices(clientset, fixture.Namespace, fixture.Source) - if err != nil { - return &gold{Error: err.Error()} - } - - sl, _ := clientset.CoreV1().Services(fixture.Namespace).List(context.Background(), metav1.ListOptions{}) - el, _ := clientset.CoreV1().Endpoints(fixture.Namespace).List(context.Background(), metav1.ListOptions{}) - return &gold{ - Services: sl.Items, - Endpoints: el.Items, - } - }, - Fixture: func() interface{} { return &fixture{} }, - Gold: func() interface{} { return &gold{} }, - } - test.Run() -} diff --git a/components/ee/kedge/pkg/kedge/protocol.go b/components/ee/kedge/pkg/kedge/protocol.go deleted file mode 100644 index 279ddb6d615ebb..00000000000000 --- a/components/ee/kedge/pkg/kedge/protocol.go +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package kedge - -import ( - v1 "k8s.io/api/core/v1" -) - -// Service is a replicable Kubernetes service incl. its endpoints -type Service struct { - Name string `json:"name"` - Service *v1.Service `json:"service"` - Endpoint *v1.Endpoints `json:"endpoint"` -} diff --git a/components/ee/kedge/pkg/kedge/serve.go b/components/ee/kedge/pkg/kedge/serve.go deleted file mode 100644 index f451c98d18c9eb..00000000000000 --- a/components/ee/kedge/pkg/kedge/serve.go +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package kedge - -import ( - "encoding/json" - "fmt" - "net/http" - - "github.com/gitpod-io/gitpod/common-go/log" - "k8s.io/client-go/kubernetes" -) - -// EndpointServer serves kedge services for replication in another kubernetes cluster -type EndpointServer struct { - Clientset kubernetes.Interface - Port uint16 - Services []string - Namespace string - Token string -} - -// Routes registers the routes for this endpoint server on the server mux -func (srv *EndpointServer) Routes(mux *http.ServeMux) { - mux.HandleFunc("/services", func(w http.ResponseWriter, r *http.Request) { - bearer := r.Header.Get("Authorization") - if bearer != fmt.Sprintf("Bearer %s", srv.Token) { - http.Error(w, "unauthorized", http.StatusUnauthorized) - return - } - - service, err := Discover(srv.Clientset, srv.Namespace, srv.Services) - if err != nil { - log.WithError(err).Warn("error while discovering services") - http.Error(w, "unable to discover services", http.StatusInternalServerError) - return - } - - js, err := json.Marshal(service) - if err != nil { - http.Error(w, err.Error(), http.StatusInternalServerError) - return - } - w.Header().Set("Content-Type", "application/json") - w.Write(js) - }) -} diff --git a/components/ee/kedge/pkg/registration/notification.go b/components/ee/kedge/pkg/registration/notification.go deleted file mode 100644 index 2785f7e6485c8f..00000000000000 --- a/components/ee/kedge/pkg/registration/notification.go +++ /dev/null @@ -1,67 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package registration - -import ( - "net/http" - "strings" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" -) - -// ServiceNotifier tell the world about new services -type ServiceNotifier interface { - // OnNewService is called when a new service was collected and installed - OnNewService(name string) -} - -// CompositeNotifier notifies many notifier -type CompositeNotifier []ServiceNotifier - -// OnNewService is called when a new service was collected and installed -func (cn CompositeNotifier) OnNewService(name string) { - for _, c := range cn { - c.OnNewService(name) - } -} - -// HTTPServiceNotifier makes HTTP requests posting the name of newly discovered services -type HTTPServiceNotifier struct { - URL string - Token string - Client *http.Client -} - -// NewHTTPServiceNotifier creates a new notifier -func NewHTTPServiceNotifier(url, token string, timeout time.Duration) *HTTPServiceNotifier { - return &HTTPServiceNotifier{ - URL: url, - Token: token, - Client: &http.Client{Timeout: timeout}, - } -} - -// OnNewService is called when a new service was collected and installed -func (hn *HTTPServiceNotifier) OnNewService(name string) { - req, err := http.NewRequest("POST", hn.URL, strings.NewReader(name)) - if err != nil { - log.WithError(err).WithField("url", hn.URL).Error("cannot send new-service notification") - return - } - if hn.Token != "" { - req.SetBasicAuth("Bearer", hn.Token) - } - req.Header.Add("Content-Type", "text/plain") - - resp, err := hn.Client.Do(req) - if err != nil { - log.WithError(err).WithField("url", hn.URL).Error("cannot send new-service notification") - return - } - if resp.StatusCode != http.StatusOK { - log.WithField("statusCode", resp.StatusCode).WithField("url", hn.URL).Debug("received non-200 status code") - } -} diff --git a/components/ee/kedge/pkg/registration/pool.go b/components/ee/kedge/pkg/registration/pool.go deleted file mode 100644 index fc200d6bd85b46..00000000000000 --- a/components/ee/kedge/pkg/registration/pool.go +++ /dev/null @@ -1,132 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package registration - -import ( - "errors" - "sync" - "time" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - "golang.org/x/xerrors" - "k8s.io/client-go/kubernetes" -) - -// CollectorPool regularly collects and installs services from collectors -type CollectorPool struct { - Clientset kubernetes.Interface - Namespace string - StaticCollectors []kedge.Collector - Store Store - ServiceNotifier ServiceNotifier - - FailureTTLService int - FailureTTLCollector int - - failureCount map[string]int - mu sync.Mutex -} - -// Start runs the collector pool until done closed. This function does not return -// until done is closed and is expected to be called as a Go routine. -func (c *CollectorPool) Start(period time.Duration) { - ticker := time.NewTicker(period) - defer ticker.Stop() - - for { - log.Debug("collecting and installing services") - for _, collector := range c.StaticCollectors { - err := c.collect(collector, false) - if err != nil { - log.WithError(err).WithField("name", collector.Name).Warn("collector error") - } - } - - dcs, err := c.Store.List() - if err != nil { - log.WithError(err).Warn("cannot list dynamically configured collector - resorting to static ones only") - } - for _, collector := range dcs { - c.collect(collector, true) - } - - <-ticker.C - } -} - -// AddCollector adds a new collector to this pool -func (c *CollectorPool) AddCollector(collector kedge.Collector) error { - err := c.Store.Add(collector) - if err != nil { - return xerrors.Errorf("cannot add collector: %w", err) - } - - err = c.collect(collector, true) - if err != nil { - return xerrors.Errorf("initial collection failed: %w", err) - } - - return nil -} - -func (c *CollectorPool) collect(collector kedge.Collector, isDynamic bool) error { - name := collector.Name - - newServices, err := collector.CollectAndInstall(c.Clientset, c.Namespace) - var e *kedge.ErrCollectionFailed - - c.mu.Lock() - defer c.mu.Unlock() - if c.failureCount == nil { - c.failureCount = make(map[string]int) - } - - if errors.As(err, &e) { - // collection failed - if we've reached one of our tolerance limits, act accordingly - failures := c.failureCount[name] - failures++ - c.failureCount[name] = failures - - collectorFailure := isDynamic && failures >= c.FailureTTLCollector - log := log.WithError(err).WithField("collector", name).WithField("failures", failures) - - log.Warn("collection failed") - if collectorFailure { - log.Warn("removing dynamic collector") - err = c.Store.Remove(name) - if err != nil { - return xerrors.Errorf("cannot remove failed collector from store: %w", err) - } - } - if failures >= c.FailureTTLService || collectorFailure { - log.Warn("removing collected services") - err = kedge.ClearServices(c.Clientset, c.Namespace, name) - if err != nil { - return xerrors.Errorf("cannot clear previously collected services: %w", err) - } - } - - return nil - } - // collection was successful - reset failure count - delete(c.failureCount, name) - - // maybe the install failed though - if err != nil { - return xerrors.Errorf("cannot install service endpoints: %w", err) - } - - // everything went according to plan - let's tell the world - if c.ServiceNotifier != nil { - go func() { - for _, ns := range newServices { - c.ServiceNotifier.OnNewService(ns) - } - }() - } - - return nil -} diff --git a/components/ee/kedge/pkg/registration/registration.go b/components/ee/kedge/pkg/registration/registration.go deleted file mode 100644 index bd6202dc144138..00000000000000 --- a/components/ee/kedge/pkg/registration/registration.go +++ /dev/null @@ -1,103 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package registration - -import ( - "encoding/json" - "fmt" - "net/http" - "regexp" - - "github.com/gitpod-io/gitpod/common-go/log" - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" -) - -// This package takes are of cluster formation, i.e. registration and deregistration of workspace clusters on meta clusters. -// The process of a cluster A offering its services to cluster B works as follows: -// 1. kedge_a requests signup from kedge_b - if the signup completes, we'll return HTTP status 200m. If it fails the status code will be anything but 200 and the body details an error message as string -// 2. kedge_b collects and installs the services from kedge_a -// 3. kedge_b informs all listeners about the new services being available -// 4. kedge_b persists the info for the A cluster in its own Kubernetes s.t. upon restart that state remains available. -// 5. kedge_b will continue to list and install services from kedge_a - if collection fails for some time, cluster A is removed. - -var ( - validNameRegexp = regexp.MustCompile("^[a-z][a-z0-9-]{0,32}$") - validSuffixRegexp = regexp.MustCompile("^[a-z][a-z0-9-]{0,6}$") -) - -// Request is the structure we expect to receive when a cluster attempts to sign up -type Request struct { - Name string `json:"name"` - Suffix string `json:"suffix"` - URL string `json:"url"` - Token string `json:"token"` -} - -// Server serves an HTTP REST API which accepts registrations -type Server struct { - OnNewCollector func(kedge.Collector) error - Token string -} - -// Routes registers the server routes on an HTTP mux -func (srv *Server) Routes(mux *http.ServeMux) { - mux.HandleFunc("/register", srv.handleRegistration) -} - -// handleRegistration handles an incoming registration request from another cluster -func (srv *Server) handleRegistration(rw http.ResponseWriter, r *http.Request) { - if r.Method != http.MethodPost { - http.Error(rw, r.Method+" unsupported", http.StatusBadRequest) - return - } - - bearer := r.Header.Get("Authorization") - if bearer != fmt.Sprintf("Bearer %s", srv.Token) { - http.Error(rw, "unauthorized", http.StatusUnauthorized) - return - } - - var req Request - err := json.NewDecoder(r.Body).Decode(&req) - if err != nil { - http.Error(rw, fmt.Sprintf("cannot decode request: %v", err), http.StatusPreconditionFailed) - return - } - if !validNameRegexp.Match([]byte(req.Name)) { - http.Error(rw, "name must match "+validNameRegexp.String(), http.StatusPreconditionFailed) - return - } - if !validSuffixRegexp.Match([]byte(req.Suffix)) { - http.Error(rw, "suffix must match "+validSuffixRegexp.String(), http.StatusPreconditionFailed) - return - } - - // At this point we have a valid, authenticated request - let's act on it. - // First we try and collect information from the remote cluster - see if the URL and token were correct. - _, err = kedge.Collect(req.URL, req.Token) - if err != nil { - http.Error(rw, fmt.Sprintf("cannot collect from remote kedge: %v", err), http.StatusPreconditionFailed) - return - } - - // Add to the store first, s.t. anyone else working with this store can start collecting - collector := kedge.Collector{ - Name: "dyn-" + req.Name, - URL: req.URL, - Suffix: req.Suffix, - Token: req.Token, - } - if srv.OnNewCollector != nil { - err = srv.OnNewCollector(collector) - if err != nil { - http.Error(rw, fmt.Sprintf("cannot complete registration: %v", err), http.StatusInternalServerError) - return - } - } - log.WithField("req", fmt.Sprintf("%+q", req)).Info("new collector registered") - - rw.WriteHeader(http.StatusOK) - rw.Write([]byte("welcome")) -} diff --git a/components/ee/kedge/pkg/registration/store.go b/components/ee/kedge/pkg/registration/store.go deleted file mode 100644 index 278da29e3c5385..00000000000000 --- a/components/ee/kedge/pkg/registration/store.go +++ /dev/null @@ -1,162 +0,0 @@ -// Copyright (c) 2021 Gitpod GmbH. All rights reserved. -// Licensed under the Gitpod Enterprise Source Code License, -// See License.enterprise.txt in the project root folder. - -package registration - -import ( - "context" - "encoding/json" - "errors" - "net/http" - - "github.com/gitpod-io/gitpod/kedge/pkg/kedge" - "golang.org/x/xerrors" - - corev1 "k8s.io/api/core/v1" - k8serr "k8s.io/apimachinery/pkg/api/errors" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/client-go/kubernetes" - "k8s.io/client-go/util/retry" -) - -// ErrAlreadyExists is returned by Add if the collector exists already -var ErrAlreadyExists = errors.New("already exists") - -// Store can store incoming registrations and retrieve them -type Store interface { - // Add stores a collector in this store - if a collector of the same name is already in the store, - // this function will return ErrAlreadyExists - Add(kedge.Collector) error - - // List retrieves all collectors stored in this store - List() ([]kedge.Collector, error) - - // Remove deletes a collector from this store - Remove(name string) error -} - -// EmptyStore cannot store anything and always returns an empty list -type EmptyStore struct{} - -// Add stores a collector in this store -func (EmptyStore) Add(kedge.Collector) error { - return errors.New("not implemented") -} - -// List retrieves all collectors stored in this store -func (EmptyStore) List() ([]kedge.Collector, error) { - return nil, nil -} - -// Remove deletes a collector from this store -func (EmptyStore) Remove(name string) error { - return errors.New("not implemented") -} - -// KubernetesStore stores collectors in Kubernetes secrets -type KubernetesStore struct { - Clientset kubernetes.Interface - Namespace string - Secret string -} - -// NewKubernetesStore creates a new kubernetes store by creating the required Kubernetes resources -func NewKubernetesStore(clientset kubernetes.Interface, namespace, secretName string) (*KubernetesStore, error) { - api := clientset.CoreV1().Secrets(namespace) - _, err := api.Get(context.Background(), secretName, metav1.GetOptions{}) - if serr, ok := err.(*k8serr.StatusError); ok && serr.ErrStatus.Code == http.StatusNotFound { - // map doesn't exist yet - create it - _, err = api.Create(context.Background(), &corev1.Secret{ - ObjectMeta: metav1.ObjectMeta{ - Name: secretName, - Namespace: namespace, - Labels: map[string]string{ - kedge.LabelKedge: "true", - }, - }, - }, metav1.CreateOptions{}) - if err != nil { - return nil, xerrors.Errorf("cannot create storage secret: %w", err) - } - } - - return &KubernetesStore{ - Clientset: clientset, - Namespace: namespace, - Secret: secretName, - }, nil -} - -// Add stores a collector in this store -func (ks *KubernetesStore) Add(c kedge.Collector) error { - data, err := json.Marshal(c) - if err != nil { - return err - } - - api := ks.Clientset.CoreV1().Secrets(ks.Namespace) - return retry.RetryOnConflict(retry.DefaultBackoff, func() error { - obj, err := api.Get(context.Background(), ks.Secret, metav1.GetOptions{}) - if err != nil { - return err - } - if obj.Data == nil { - obj.Data = make(map[string][]byte) - } - - if _, exists := obj.Data[c.Name]; exists { - return xerrors.Errorf("%s: %w", c.Name, ErrAlreadyExists) - } - - obj.Data[c.Name] = data - _, err = api.Update(context.Background(), obj, metav1.UpdateOptions{}) - if err != nil { - return err - } - - return nil - }) -} - -// List retrieves all collectors stored in this store -func (ks *KubernetesStore) List() ([]kedge.Collector, error) { - api := ks.Clientset.CoreV1().Secrets(ks.Namespace) - cfgmap, err := api.Get(context.Background(), ks.Secret, metav1.GetOptions{}) - if err != nil { - return nil, err - } - - var res []kedge.Collector - for _, data := range cfgmap.Data { - var c kedge.Collector - err = json.Unmarshal([]byte(data), &c) - if err != nil { - return nil, err - } - res = append(res, c) - } - return res, nil -} - -// Remove deletes a collector from this store -func (ks *KubernetesStore) Remove(name string) error { - api := ks.Clientset.CoreV1().Secrets(ks.Namespace) - return retry.RetryOnConflict(retry.DefaultBackoff, func() error { - obj, err := api.Get(context.Background(), ks.Secret, metav1.GetOptions{}) - if err != nil { - return err - } - if _, exists := obj.Data[name]; !exists { - return nil - } - - delete(obj.Data, name) - _, err = api.Update(context.Background(), obj, metav1.UpdateOptions{}) - if err != nil { - return err - } - - return nil - }) -} diff --git a/components/ee/kedge/telepresence.sh b/components/ee/kedge/telepresence.sh deleted file mode 100755 index aa3424f0ada9ba..00000000000000 --- a/components/ee/kedge/telepresence.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -telepresence --mount /tmp/c --swap-deployment kedge --method vpn-tcp --run go run -race main.go run -v --config /tmp/c/config/config.json --kubeconfig ~/.kube/config diff --git a/install/installer/pkg/components/proxy/configmap.go b/install/installer/pkg/components/proxy/configmap.go index 101886b5a7e97e..3455c9af774c21 100644 --- a/install/installer/pkg/components/proxy/configmap.go +++ b/install/installer/pkg/components/proxy/configmap.go @@ -29,9 +29,6 @@ var vhostDockerRegistry []byte //go:embed templates/configmap/vhost.empty.tpl var vhostEmptyTmpl []byte -//go:embed templates/configmap/vhost.kedge.tpl -var vhostKedgeTmpl []byte - //go:embed templates/configmap/vhost.minio.tpl var vhostMinioTmpl []byte @@ -110,21 +107,11 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) { return nil, err } - // todo(sje): can this be deleted? - kedge, err := renderTemplate(vhostKedgeTmpl, commonTpl{ - Domain: ctx.Config.Domain, - ReverseProxy: fmt.Sprintf("kedge.%s.%s:%d", ctx.Namespace, kubeDomain, 8080), // todo(sje): get port from (future) config - }) - if err != nil { - return nil, err - } - data := map[string]string{ "vhost.empty": *empty, "vhost.open-vsx": *openVSX, "vhost.payment-endpoint": *paymentEndpoint, "vhost.ide-proxy": *ideProxy, - "vhost.kedge": *kedge, } if ctx.Config.ObjectStorage.CloudStorage == nil { diff --git a/install/installer/pkg/components/proxy/templates/configmap/vhost.kedge.tpl b/install/installer/pkg/components/proxy/templates/configmap/vhost.kedge.tpl deleted file mode 100644 index f8e280aa76bacb..00000000000000 --- a/install/installer/pkg/components/proxy/templates/configmap/vhost.kedge.tpl +++ /dev/null @@ -1,16 +0,0 @@ -https://*.{{.Domain}} { - import enable_log - import remove_server_header - import ssl_configuration - import debug_headers - - @kedge header_regexp host Host ^kedge-([a-z0-9]+).{{.Domain}} - handle @kedge { - reverse_proxy {{.ReverseProxy}} { - import upstream_headers - import upstream_connection - } - } - - respond "Not found" 404 -} \ No newline at end of file diff --git a/install/installer/pkg/config/versions/versions.go b/install/installer/pkg/config/versions/versions.go index b66f36e1c2a2c0..eadfe40dd6e8b3 100644 --- a/install/installer/pkg/config/versions/versions.go +++ b/install/installer/pkg/config/versions/versions.go @@ -29,7 +29,6 @@ type Components struct { } `json:"imageBuilderMk3"` InstallationTelemetry Versioned `json:"installationTelemetry"` IntegrationTests Versioned `json:"integrationTests"` - Kedge Versioned `json:"kedge"` OpenVSXProxy Versioned `json:"openVSXProxy"` PaymentEndpoint Versioned `json:"paymentEndpoint"` Proxy Versioned `json:"proxy"` diff --git a/operations/observability/mixins/meta/dashboards/components/meta-services.json b/operations/observability/mixins/meta/dashboards/components/meta-services.json index 7c0b3dc714d193..f6771b544bff50 100644 --- a/operations/observability/mixins/meta/dashboards/components/meta-services.json +++ b/operations/observability/mixins/meta/dashboards/components/meta-services.json @@ -400,7 +400,6 @@ "db", "db-sync", "messagebus", - "kedge", "payment-endpoint", "proxy", "server", @@ -412,7 +411,6 @@ "db", "db-sync", "messagebus", - "kedge", "payment-endpoint", "proxy", "server", @@ -457,11 +455,6 @@ "text": "messagebus", "value": "messagebus" }, - { - "selected": true, - "text": "kedge", - "value": "kedge" - }, { "selected": true, "text": "payment-endpoint", @@ -493,7 +486,7 @@ "value": "image-builder-mk3" } ], - "query": "content-service, dashboard, db, db-sync, messagebus, kedge, payment-endpoint, proxy, server, ws-manager-bridge, image-builder, image-builder-mk3", + "query": "content-service, dashboard, db, db-sync, messagebus, payment-endpoint, proxy, server, ws-manager-bridge, image-builder, image-builder-mk3", "queryValue": "", "skipUrlSync": false, "type": "custom" @@ -509,4 +502,4 @@ "title": "Meta Services", "uid": "gitpod-services", "version": 28 -} \ No newline at end of file +}