Skip to content

Commit 1cafd93

Browse files
committed
go mod tidy to vendor more dependencies
1 parent 29c2503 commit 1cafd93

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: ServiceAccount
3+
metadata:
4+
name: konnectivity-agent
5+
namespace: kube-system
6+
labels:
7+
kubernetes.io/cluster-service: "true"

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module sigs.k8s.io/apiserver-network-proxy
22

33
go 1.22.3
44

5-
toolchain go1.22.4
6-
75
require (
86
github.com/google/uuid v1.6.0
97
github.com/prometheus/client_golang v1.19.1

0 commit comments

Comments
 (0)