|
1 | | -module github.com/kubeflow/kubeflow/components/access-management |
| 1 | +module github.com/kubeflow/dashboard/components/access-management |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | 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 |
14 | 14 | 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 |
16 | 16 | ) |
17 | 17 |
|
18 | 18 | require ( |
19 | | - cloud.google.com/go v0.38.0 // indirect |
| 19 | + cloud.google.com/go v0.81.0 // indirect |
20 | 20 | 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 |
22 | 22 | github.com/davecgh/go-spew v1.1.1 // indirect |
23 | 23 | 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 |
26 | 26 | 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 |
28 | 28 | 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 |
30 | 30 | github.com/googleapis/gnostic v0.2.0 // indirect |
31 | 31 | github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect |
32 | 32 | 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 |
36 | 35 | 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 |
38 | 37 | 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 |
40 | 39 | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
41 | 40 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
42 | 41 | 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 |
47 | 45 | golang.org/x/crypto v0.14.0 // indirect |
48 | 46 | 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 |
50 | 48 | golang.org/x/sys v0.13.0 // indirect |
51 | 49 | golang.org/x/term v0.13.0 // indirect |
52 | 50 | 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 |
56 | 55 | gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
57 | 56 | gopkg.in/inf.v0 v0.9.1 // indirect |
58 | 57 | 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 |
61 | 58 | ) |
62 | 59 |
|
63 | 60 | replace ( |
|
0 commit comments