Skip to content

Commit 6eb7103

Browse files
authored
chore: update go module path for access-management (#153)
Signed-off-by: Kimonas Sotirchos <[email protected]>
1 parent dc123d0 commit 6eb7103

File tree

10 files changed

+457
-162
lines changed

10 files changed

+457
-162
lines changed

components/access-management/go.mod

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,60 @@
1-
module github.com/kubeflow/kubeflow/components/access-management
1+
module github.com/kubeflow/dashboard/components/access-management
22

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/gorilla/mux v1.7.2
7-
github.com/kubeflow/kubeflow/components/profile-controller v0.0.0-20191008230951-321c1d3313b6
8-
github.com/prometheus/client_golang v1.11.1
9-
github.com/sirupsen/logrus v1.6.0
10-
istio.io/api v0.0.0-20201125194658-3cee6a1d3ab4
11-
istio.io/client-go v1.8.0
12-
k8s.io/api v0.18.1
13-
k8s.io/apimachinery v0.18.1
7+
github.com/kubeflow/dashboard/components/profile-controller v0.0.0-20251008104113-dc123d01db8d
8+
github.com/prometheus/client_golang v1.12.1
9+
github.com/sirupsen/logrus v1.8.1
10+
istio.io/api v0.0.0-20220525153140-e3c48c9ac324
11+
istio.io/client-go v1.13.4
12+
k8s.io/api v0.24.0
13+
k8s.io/apimachinery v0.24.0
1414
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
15-
sigs.k8s.io/controller-runtime v0.2.0
15+
sigs.k8s.io/controller-runtime v0.12.1
1616
)
1717

1818
require (
19-
cloud.google.com/go v0.38.0 // indirect
19+
cloud.google.com/go v0.81.0 // indirect
2020
github.com/beorn7/perks v1.0.1 // indirect
21-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
21+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/ghodss/yaml v1.0.0 // indirect
24-
github.com/go-logr/logr v0.1.0 // indirect
25-
github.com/gogo/protobuf v1.3.1 // indirect
24+
github.com/go-logr/logr v1.2.0 // indirect
25+
github.com/gogo/protobuf v1.3.2 // indirect
2626
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
27-
github.com/golang/protobuf v1.4.3 // indirect
27+
github.com/golang/protobuf v1.5.2 // indirect
2828
github.com/google/btree v1.0.0 // indirect
29-
github.com/google/gofuzz v1.0.0 // indirect
29+
github.com/google/gofuzz v1.1.0 // indirect
3030
github.com/googleapis/gnostic v0.2.0 // indirect
3131
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
3232
github.com/hashicorp/golang-lru v0.5.1 // indirect
33-
github.com/imdario/mergo v0.3.7 // indirect
34-
github.com/json-iterator/go v1.1.11 // indirect
35-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
33+
github.com/imdario/mergo v0.3.12 // indirect
34+
github.com/json-iterator/go v1.1.12 // indirect
3635
github.com/kr/text v0.2.0 // indirect
37-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
36+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
3837
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
39-
github.com/modern-go/reflect2 v1.0.1 // indirect
38+
github.com/modern-go/reflect2 v1.0.2 // indirect
4039
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
4140
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
4241
github.com/prometheus/client_model v0.2.0 // indirect
43-
github.com/prometheus/common v0.26.0 // indirect
44-
github.com/prometheus/procfs v0.6.0 // indirect
45-
github.com/spf13/pflag v1.0.3 // indirect
46-
github.com/stretchr/testify v1.6.1 // indirect
42+
github.com/prometheus/common v0.32.1 // indirect
43+
github.com/prometheus/procfs v0.7.3 // indirect
44+
github.com/spf13/pflag v1.0.5 // indirect
4745
golang.org/x/crypto v0.14.0 // indirect
4846
golang.org/x/net v0.17.0 // indirect
49-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
47+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
5048
golang.org/x/sys v0.13.0 // indirect
5149
golang.org/x/term v0.13.0 // indirect
5250
golang.org/x/text v0.13.0 // indirect
53-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
54-
google.golang.org/appengine v1.5.0 // indirect
55-
google.golang.org/protobuf v1.26.0-rc.1 // indirect
51+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
52+
google.golang.org/appengine v1.6.7 // indirect
53+
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
54+
google.golang.org/protobuf v1.27.1 // indirect
5655
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
5756
gopkg.in/inf.v0 v0.9.1 // indirect
5857
gopkg.in/yaml.v2 v2.4.0 // indirect
59-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
60-
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a // indirect
6158
)
6259

6360
replace (

components/access-management/go.sum

Lines changed: 417 additions & 119 deletions
Large diffs are not rendered by default.

components/access-management/kfam/api_default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"strings"
2020
"time"
2121

22-
profileRegister "github.com/kubeflow/kubeflow/components/access-management/pkg/apis/kubeflow/v1beta1"
23-
profilev1beta1 "github.com/kubeflow/kubeflow/components/profile-controller/api/v1beta1"
22+
profileRegister "github.com/kubeflow/dashboard/components/access-management/pkg/apis/kubeflow/v1beta1"
23+
profilev1beta1 "github.com/kubeflow/dashboard/components/profile-controller/api/v1beta1"
2424
log "github.com/sirupsen/logrus"
2525
istioRegister "istio.io/client-go/pkg/apis/security/v1beta1"
2626
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

components/access-management/kfam/profiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package kfam
1616

1717
import (
18-
"github.com/kubeflow/kubeflow/components/profile-controller/api/v1beta1"
18+
"github.com/kubeflow/dashboard/components/profile-controller/api/v1beta1"
1919
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2020
"k8s.io/client-go/kubernetes/scheme"
2121
"k8s.io/client-go/rest"

components/access-management/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
log "github.com/sirupsen/logrus"
1919
"k8s.io/client-go/kubernetes/scheme"
2020

21-
"github.com/kubeflow/kubeflow/components/access-management/kfam"
22-
profile "github.com/kubeflow/kubeflow/components/access-management/pkg/apis/kubeflow/v1beta1"
21+
"github.com/kubeflow/dashboard/components/access-management/kfam"
22+
profile "github.com/kubeflow/dashboard/components/access-management/pkg/apis/kubeflow/v1beta1"
2323

2424
istioSecurityClient "istio.io/client-go/pkg/apis/security/v1beta1"
2525
)

components/access-management/pkg/apis/kubeflow/v1beta1/register.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ limitations under the License.
1919
// Package v1alpha1 contains API Schema definitions for the kubeflow v1alpha1 API group
2020
// +k8s:openapi-gen=true
2121
// +k8s:deepcopy-gen=package,register
22-
// +k8s:conversion-gen=github.com/kubeflow/kubeflow/components/profile-controller/pkg/apis/kubeflow
22+
// +k8s:conversion-gen=github.com/kubeflow/dashboard/components/profile-controller/pkg/apis/kubeflow
2323
// +k8s:defaulter-gen=TypeMeta
2424
// +groupName=kubeflow.org
2525
package v1beta1
2626

2727
import (
28-
profilev1beta1 "github.com/kubeflow/kubeflow/components/profile-controller/api/v1beta1"
28+
profilev1beta1 "github.com/kubeflow/dashboard/components/profile-controller/api/v1beta1"
2929
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3030
"k8s.io/apimachinery/pkg/runtime"
3131
"k8s.io/apimachinery/pkg/runtime/schema"

components/access-management/third_party/library/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
kubeflow/kubeflow Apache License 2.0 https://github.com/kubeflow/kubeflow/blob/master/LICENSE
2+
kubeflow/dashboard Apache License 2.0 https://github.com/kubeflow/dashboard/blob/master/LICENSE
33
--------------------------------------------------------------------------------
44

55
Apache License

components/access-management/third_party_licenses/dep.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/kubeflow/kubeflow/components/access-management
1+
github.com/kubeflow/dashboard/components/access-management
22
cloud.google.com/go
33
dmitri.shuralyov.com/app/changes
44
dmitri.shuralyov.com/html/belt
@@ -69,7 +69,7 @@ github.com/kr/logfmt
6969
github.com/kr/pretty
7070
github.com/kr/pty
7171
github.com/kr/text
72-
github.com/kubeflow/kubeflow/components/profile-controller
72+
github.com/kubeflow/dashboard/components/profile-controller
7373
github.com/markbates/inflect
7474
github.com/mattn/go-colorable
7575
github.com/mattn/go-isatty

components/access-management/third_party_licenses/license_info.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kubeflow/kubeflow,https://github.com/kubeflow/kubeflow/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubeflow/kubeflow/master/LICENSE
1+
kubeflow/dashboard,https://github.com/kubeflow/dashboard/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubeflow/dashboard/master/LICENSE
22
GoogleCloudPlatform/gcloud-golang,https://github.com/googleapis/google-cloud-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE
33
apache/thrift,https://github.com/apache/thrift/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/apache/thrift/master/LICENSE
44
BurntSushi/toml,https://github.com/BurntSushi/toml/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/BurntSushi/toml/master/COPYING

components/access-management/third_party_licenses/repo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kubeflow/kubeflow
1+
kubeflow/dashboard
22
GoogleCloudPlatform/gcloud-golang
33
apache/thrift
44
BurntSushi/toml

0 commit comments

Comments
 (0)