File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.12
77 github.com/aws/aws-sdk-go-v2/service/ec2 v1.260.0
88 github.com/aws/smithy-go v1.23.1
9- github.com/ccoveille/go-safecast v1.8.1
9+ github.com/ccoveille/go-safecast/v2 v2.0.0
1010 github.com/coreos/go-iptables v0.8.0
1111 github.com/docker/docker v28.4.0+incompatible
1212 github.com/hashicorp/go-version v1.7.0
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ github.com/aws/smithy-go v1.23.1 h1:sLvcH6dfAFwGkHLZ7dGiYF7aK6mg4CgKA/iDKjLDt9M=
3434github.com/aws/smithy-go v1.23.1 /go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0 =
3535github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
3636github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
37- github.com/ccoveille/go-safecast v1.8.1 h1:RoucjfYKKcx2lFmIjRjuo8AeX9k/GaZn5SUMHlA3kMw =
38- github.com/ccoveille/go-safecast v1.8.1 /go.mod h1:QqwNjxQ7DAqY0C721OIO9InMk9zCwcsO7tnRuHytad8 =
37+ github.com/ccoveille/go-safecast/v2 v2.0.0 h1:+5eyITXAUj3wMjad6cRVJKGnC7vDS55zk0INzJagub0 =
38+ github.com/ccoveille/go-safecast/v2 v2.0.0 /go.mod h1:JIYA4CAR33blIDuE6fSwCp2sz1oOBahXnvmdBhOAABs =
3939github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
4040github.com/cenkalti/backoff/v4 v4.2.1 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
4141github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
Original file line number Diff line number Diff line change 88 "sync"
99 "testing"
1010
11- "github.com/ccoveille/go-safecast"
11+ "github.com/ccoveille/go-safecast/v2 "
1212 "github.com/cloudnativelabs/kube-router/v2/pkg/controllers/testhelpers"
1313 "github.com/cloudnativelabs/kube-router/v2/pkg/utils"
1414 "github.com/moby/ipvs"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "syscall"
1212 "time"
1313
14- "github.com/ccoveille/go-safecast"
14+ "github.com/ccoveille/go-safecast/v2 "
1515 "github.com/cloudnativelabs/kube-router/v2/pkg/cri"
1616 "github.com/cloudnativelabs/kube-router/v2/pkg/utils"
1717 "github.com/docker/docker/client"
Original file line number Diff line number Diff line change 44 "strconv"
55 "time"
66
7- "github.com/ccoveille/go-safecast"
7+ "github.com/ccoveille/go-safecast/v2 "
88 "github.com/cloudnativelabs/kube-router/v2/pkg/metrics"
99 "github.com/moby/ipvs"
1010 "github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "syscall"
1515 "time"
1616
17- "github.com/ccoveille/go-safecast"
17+ "github.com/ccoveille/go-safecast/v2 "
1818 "github.com/cloudnativelabs/kube-router/v2/pkg/healthcheck"
1919 "github.com/cloudnativelabs/kube-router/v2/pkg/metrics"
2020 "github.com/cloudnativelabs/kube-router/v2/pkg/options"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "syscall"
1212 "time"
1313
14- "github.com/ccoveille/go-safecast"
14+ "github.com/ccoveille/go-safecast/v2 "
1515 "github.com/cloudnativelabs/kube-router/v2/pkg/metrics"
1616 "github.com/cloudnativelabs/kube-router/v2/pkg/utils"
1717 "github.com/moby/ipvs"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strconv"
1212 "strings"
1313
14- "github.com/ccoveille/go-safecast"
14+ "github.com/ccoveille/go-safecast/v2 "
1515 gobgpapi "github.com/osrg/gobgp/v3/api"
1616 v1core "k8s.io/api/core/v1"
1717 "k8s.io/klog/v2"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515 "google.golang.org/protobuf/types/known/anypb"
1616
17- "github.com/ccoveille/go-safecast"
17+ "github.com/ccoveille/go-safecast/v2 "
1818 "github.com/cloudnativelabs/kube-router/v2/pkg/bgp"
1919 "github.com/cloudnativelabs/kube-router/v2/pkg/healthcheck"
2020 "github.com/cloudnativelabs/kube-router/v2/pkg/metrics"
You can’t perform that action at this time.
0 commit comments