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

Commit 6f6cde1

Browse files
togashidmuniemimu
authored andcommitted
Update go.mod and go.sum for gas
1 parent b584baf commit 6f6cde1

File tree

2 files changed

+112
-87
lines changed

2 files changed

+112
-87
lines changed

gpu-aware-scheduling/go.mod

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

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/intel/platform-aware-scheduling/extender v0.0.0-00010101000000-000000000000
7-
github.com/smartystreets/goconvey v1.6.4
8-
github.com/stretchr/testify v1.6.1
9-
k8s.io/api v0.20.2
10-
k8s.io/apimachinery v0.20.2
11-
k8s.io/client-go v0.20.2
12-
k8s.io/klog/v2 v2.4.0
7+
github.com/smartystreets/goconvey v1.7.0
8+
github.com/stretchr/testify v1.7.0
9+
k8s.io/api v0.22.2
10+
k8s.io/apimachinery v0.22.2
11+
k8s.io/client-go v0.22.2
12+
k8s.io/klog/v2 v2.30.0
1313
)
1414

1515
replace (

0 commit comments

Comments
 (0)