File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/kube-bind/kube-bind/cli
22
3- go 1.26.1
3+ go 1.26.0
44
55replace (
66 github.com/kube-bind/kube-bind => ../
Original file line number Diff line number Diff line change 11module github.com/kube-bind/kube-bind/contrib/kcp
22
3- go 1.26.1
3+ go 1.26.0
44
55replace (
66 github.com/kube-bind/kube-bind => ../../
Original file line number Diff line number Diff line change 11module github.com/kube-bind/kube-bind/docs/generators/cli-doc
22
3- go 1.26.1
3+ go 1.26.0
44
55replace (
66 github.com/kube-bind/kube-bind => ../../../
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module github.com/kube-bind/kube-bind
77// references across the codebase are consistent with the versions
88// maintained here.
99// go-build-version 1.26.1
10- go 1.26.1
10+ go 1.26.0
1111
1212replace (
1313 github.com/kube-bind/kube-bind => ./
Original file line number Diff line number Diff line change 11module github.com/kube-bind/kube-bind/sdk
22
3- go 1.26.1
3+ go 1.26.0
44
55require (
66 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change 11module github.com/kube-bind/kube-bind/web
22
3- go 1.26.1
3+ go 1.26.0
You can’t perform that action at this time.
0 commit comments