Skip to content

Commit

Permalink
Update go mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Mar 28, 2022
1 parent 7bd9120 commit 7f324d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f324d2

Please sign in to comment.