File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
appgroup-api/pkg/apis/appgroup/v1alpha1
networktopology-api/pkg/apis/networktopology/v1alpha1 Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module sigs.k8s.io/scheduler-plugins
3
3
go 1.19
4
4
5
5
require (
6
- github.com/diktyo-io/appgroup-api v1.0.0 -alpha
7
- github.com/diktyo-io/networktopology-api v1.0.0 -alpha
6
+ github.com/diktyo-io/appgroup-api v1.0.1 -alpha
7
+ github.com/diktyo-io/networktopology-api v1.0.1 -alpha
8
8
github.com/dustin/go-humanize v1.0.0
9
9
github.com/go-logr/logr v1.2.3
10
10
github.com/google/go-cmp v0.5.8
Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ
125
125
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
126
126
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
127
127
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
128
- github.com/diktyo-io/appgroup-api v1.0.0 -alpha h1:uN+1y8Rahhs3HoopnCq3jt8r15zbEa8oK3Q+i/HQQkk =
129
- github.com/diktyo-io/appgroup-api v1.0.0 -alpha /go.mod h1:Q0UPLA6aFBogLpiOiA9+7sqnlvPES6ge/PIaQohfR8Y =
130
- github.com/diktyo-io/networktopology-api v1.0.0 -alpha h1:XHMPI4/9wjhlTd91qeFDKhTE5d9oUPtxeLJJCXd89v4 =
131
- github.com/diktyo-io/networktopology-api v1.0.0 -alpha /go.mod h1:a9YAoBY96ITcSMUTNPJAljMPpDcig91scxJ1smaAhEg =
128
+ github.com/diktyo-io/appgroup-api v1.0.1 -alpha h1:XIl7FrBtkGO9QVLQ61xMu7gbtP1DYMdMdS51ntQiN1k =
129
+ github.com/diktyo-io/appgroup-api v1.0.1 -alpha /go.mod h1:Q0UPLA6aFBogLpiOiA9+7sqnlvPES6ge/PIaQohfR8Y =
130
+ github.com/diktyo-io/networktopology-api v1.0.1 -alpha h1:yAgUu+h2sSC25Gbv52hsZD453pyDiRhbLUQRIWsmFNI =
131
+ github.com/diktyo-io/networktopology-api v1.0.1 -alpha /go.mod h1:a9YAoBY96ITcSMUTNPJAljMPpDcig91scxJ1smaAhEg =
132
132
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68 =
133
133
github.com/docker/distribution v2.8.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
134
134
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 /go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE =
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ github.com/coreos/go-systemd/v22/journal
33
33
# github.com/davecgh/go-spew v1.1.1
34
34
## explicit
35
35
github.com/davecgh/go-spew/spew
36
- # github.com/diktyo-io/appgroup-api v1.0.0 -alpha
36
+ # github.com/diktyo-io/appgroup-api v1.0.1 -alpha
37
37
## explicit; go 1.16
38
38
github.com/diktyo-io/appgroup-api/pkg/apis/appgroup
39
39
github.com/diktyo-io/appgroup-api/pkg/apis/appgroup/v1alpha1
@@ -47,7 +47,7 @@ github.com/diktyo-io/appgroup-api/pkg/generated/informers/externalversions/appgr
47
47
github.com/diktyo-io/appgroup-api/pkg/generated/informers/externalversions/appgroup/v1alpha1
48
48
github.com/diktyo-io/appgroup-api/pkg/generated/informers/externalversions/internalinterfaces
49
49
github.com/diktyo-io/appgroup-api/pkg/generated/listers/appgroup/v1alpha1
50
- # github.com/diktyo-io/networktopology-api v1.0.0 -alpha
50
+ # github.com/diktyo-io/networktopology-api v1.0.1 -alpha
51
51
## explicit; go 1.16
52
52
github.com/diktyo-io/networktopology-api/pkg/apis/networktopology
53
53
github.com/diktyo-io/networktopology-api/pkg/apis/networktopology/v1alpha1
You can’t perform that action at this time.
0 commit comments