2
go.mod
2
go.mod
@@ -36,6 +36,7 @@ require (
|
||||
github.com/evanphx/json-patch v4.11.0+incompatible
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
|
||||
github.com/fsnotify/fsnotify v1.4.9
|
||||
github.com/garyburd/redigo v1.6.0 // indirect
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
github.com/go-ldap/ldap v3.0.3+incompatible
|
||||
@@ -501,6 +502,7 @@ replace (
|
||||
github.com/kshvakov/clickhouse => github.com/kshvakov/clickhouse v1.3.5
|
||||
github.com/kubernetes-csi/external-snapshotter/client/v3 => github.com/kubernetes-csi/external-snapshotter/client/v3 v3.0.0
|
||||
github.com/kubernetes-csi/external-snapshotter/client/v4 => github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
|
||||
github.com/kubesphere/pvc-autoresizer => github.com/kubesphere/pvc-autoresizer v0.1.1
|
||||
github.com/kubesphere/sonargo => github.com/kubesphere/sonargo v0.0.2
|
||||
github.com/kylelemons/go-gypsy => github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28
|
||||
github.com/kylelemons/godebug => github.com/kylelemons/godebug v0.0.0-20160406211939-eadb3ce320cb
|
||||
|
||||
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
@@ -285,6 +285,7 @@ github.com/fatih/structs
|
||||
## explicit
|
||||
github.com/form3tech-oss/jwt-go
|
||||
# github.com/fsnotify/fsnotify v1.4.9 => github.com/fsnotify/fsnotify v1.4.9
|
||||
## explicit
|
||||
github.com/fsnotify/fsnotify
|
||||
# github.com/garyburd/redigo v1.6.0 => github.com/garyburd/redigo v1.6.0
|
||||
## explicit
|
||||
@@ -503,7 +504,7 @@ github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversi
|
||||
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/volumesnapshot/v1beta1
|
||||
github.com/kubernetes-csi/external-snapshotter/client/v4/listers/volumesnapshot/v1
|
||||
github.com/kubernetes-csi/external-snapshotter/client/v4/listers/volumesnapshot/v1beta1
|
||||
# github.com/kubesphere/pvc-autoresizer v0.1.1
|
||||
# github.com/kubesphere/pvc-autoresizer v0.1.1 => github.com/kubesphere/pvc-autoresizer v0.1.1
|
||||
## explicit
|
||||
github.com/kubesphere/pvc-autoresizer/metrics
|
||||
github.com/kubesphere/pvc-autoresizer/runners
|
||||
@@ -2544,6 +2545,7 @@ sigs.k8s.io/yaml
|
||||
# github.com/kshvakov/clickhouse => github.com/kshvakov/clickhouse v1.3.5
|
||||
# github.com/kubernetes-csi/external-snapshotter/client/v3 => github.com/kubernetes-csi/external-snapshotter/client/v3 v3.0.0
|
||||
# github.com/kubernetes-csi/external-snapshotter/client/v4 => github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
|
||||
# github.com/kubesphere/pvc-autoresizer => github.com/kubesphere/pvc-autoresizer v0.1.1
|
||||
# github.com/kubesphere/sonargo => github.com/kubesphere/sonargo v0.0.2
|
||||
# github.com/kylelemons/go-gypsy => github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28
|
||||
# github.com/kylelemons/godebug => github.com/kylelemons/godebug v0.0.0-20160406211939-eadb3ce320cb
|
||||
|
||||
Reference in New Issue
Block a user