Skip to content

Commit

Permalink
satori imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza committed Feb 22, 2024
1 parent 048d6f2 commit 78510df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Expand Up @@ -22,7 +22,7 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/satori/go.uuid"
"github.com/gofrs/uuid/v5"
"net/url"
"reflect"
"strconv"
Expand Down
4 changes: 1 addition & 3 deletions cluster-autoscaler/go.mod
Expand Up @@ -15,6 +15,7 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/digitalocean/godo v1.27.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gofrs/uuid/v5 v5.0.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.6.0
github.com/google/go-querystring v1.0.0
Expand All @@ -25,7 +26,6 @@ require (
github.com/onsi/gomega v1.29.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.14.0
Expand Down Expand Up @@ -263,5 +263,3 @@ replace k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation
replace k8s.io/kms => k8s.io/kms v0.29.0-alpha.3

replace k8s.io/endpointslice => k8s.io/endpointslice v0.29.0-alpha.3

replace github.com/satori/go.uuid v1.2.0 => github.com/gofrs/uuid/v5 v5.0.0
2 changes: 1 addition & 1 deletion cluster-autoscaler/vendor/go.uber.org/zap/glide.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cluster-autoscaler/vendor/modules.txt
Expand Up @@ -607,9 +607,9 @@ github.com/prometheus/procfs/internal/util
# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
## explicit
github.com/rubiojr/go-vhd/vhd
# github.com/satori/go.uuid v1.2.0
# github.com/gofrs/uuid/v5 v5.0.0
## explicit
github.com/satori/go.uuid
github.com/gofrs/uuid/v5
# github.com/seccomp/libseccomp-golang v0.10.0
## explicit; go 1.14
github.com/seccomp/libseccomp-golang
Expand Down

0 comments on commit 78510df

Please sign in to comment.