Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit b584baf

Browse files
togashidmuniemimu
authored andcommitted
Update go and dependencies versions for tas
1 parent 792c3c0 commit b584baf

File tree

4 files changed

+225
-161
lines changed

4 files changed

+225
-161
lines changed

extender/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/intel/platform-aware-scheduling/extender
22

3-
go 1.15
3+
go 1.16
44

55
require (
6-
k8s.io/api v0.20.2
7-
k8s.io/apimachinery v0.20.2
8-
k8s.io/client-go v0.20.2
9-
k8s.io/klog/v2 v2.4.0
6+
k8s.io/api v0.22.2
7+
k8s.io/apimachinery v0.22.2
8+
k8s.io/client-go v0.22.2
9+
k8s.io/klog/v2 v2.30.0
1010
)

0 commit comments

Comments
 (0)