Skip to content

Commit 1f642c7

Browse files
liggittmansikulkarni96
authored andcommitted
Drop winsymlink go 1.23 workaround
(cherry picked from commit 3990b63)
1 parent 237aada commit 1f642c7

File tree

33 files changed

+0
-66
lines changed

33 files changed

+0
-66
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ go 1.23.0
1010

1111
godebug default=go1.23
1212

13-
godebug winsymlink=0
14-
1513
require (
1614
bitbucket.org/bertimus9/systemstat v0.5.0
1715
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab

go.work

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ go 1.23.0
44

55
godebug default=go1.23
66

7-
godebug winsymlink=0
8-
97
use (
108
.
119
./staging/src/k8s.io/api

staging/src/k8s.io/api/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/gogo/protobuf v1.3.2
1311
k8s.io/apimachinery v0.0.0

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/emicklei/go-restful/v3 v3.11.0
1311
github.com/fxamacker/cbor/v2 v2.7.0

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
1311
github.com/davecgh/go-spew v1.1.1

staging/src/k8s.io/apiserver/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/blang/semver/v4 v4.0.0
1311
github.com/coreos/go-oidc v2.3.0+incompatible

staging/src/k8s.io/cli-runtime/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/google/gnostic-models v0.6.9
1311
github.com/google/go-cmp v0.6.0

staging/src/k8s.io/client-go/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/go-logr/logr v1.4.2
1311
github.com/gogo/protobuf v1.3.2

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/google/go-cmp v0.6.0
1311
github.com/spf13/cobra v1.8.1

staging/src/k8s.io/cluster-bootstrap/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ go 1.23.0
66

77
godebug default=go1.23
88

9-
godebug winsymlink=0
10-
119
require (
1210
github.com/stretchr/testify v1.9.0
1311
gopkg.in/go-jose/go-jose.v2 v2.6.3

0 commit comments

Comments
 (0)