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

Commit 5241c44

Browse files
togashidmmadalazar
authored andcommitted
Replace the pseudo version on extender
1 parent e3132cc commit 5241c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/intel/platform-aware-scheduling/e2e
33
go 1.16
44

55
require (
6-
github.com/intel/platform-aware-scheduling/telemetry-aware-scheduling v0.0.0-00010101000000-000000000000
6+
github.com/intel/platform-aware-scheduling/telemetry-aware-scheduling v0.1.0
77
github.com/pkg/errors v0.9.1
88
k8s.io/api v0.22.2
99
k8s.io/apimachinery v0.22.2

telemetry-aware-scheduling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/intel/platform-aware-scheduling/telemetry-aware-scheduling
33
go 1.16
44

55
require (
6-
github.com/intel/platform-aware-scheduling/extender v0.0.0-00010101000000-000000000000
6+
github.com/intel/platform-aware-scheduling/extender v0.1.0
77
k8s.io/api v0.22.2
88
k8s.io/apimachinery v0.22.2
99
k8s.io/client-go v0.22.2

0 commit comments

Comments
 (0)