Skip to content

Commit

Permalink
Update kanister dependency (#76)
Browse files Browse the repository at this point in the history
* Update kanister dependency

* Update go.sum

* go mod tidy
  • Loading branch information
akankshakumari393 authored Aug 6, 2021
1 parent 8a1b8b2 commit 798242c
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 406 deletions.
30 changes: 3 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,17 @@ go 1.14
replace github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten

require (
github.com/Azure/azure-amqp-common-go/v2 v2.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/briandowns/spinner v1.12.0
github.com/coreos/bbolt v1.3.3 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/go-openapi/validate v0.19.5 // indirect
github.com/golang/mock v1.4.4
github.com/gopherjs/gopherjs v0.0.0-20190328170749-bb2674552d8f // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/golang/mock v1.6.0
github.com/jarcoal/httpmock v1.0.5 // indirect
github.com/kanisterio/kanister v0.0.0-20210223000054-31e45569f543
github.com/kr/text v0.2.0 // indirect
github.com/kanisterio/kanister v0.0.0-20210805190523-86f566052e0e
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
github.com/minio/hdfs/v3 v3.0.1 // indirect
github.com/minio/lsync v1.0.1 // indirect
github.com/minio/minio-go/v6 v6.0.55 // indirect
github.com/minio/parquet-go v0.0.0-20200414234858-838cfa8aae61 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2 // indirect
github.com/nats-io/go-nats-streaming v0.4.4 // indirect
github.com/nats-io/nats-server v1.4.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20190704165056-9c2d0518ed81 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/ugorji/go v1.1.5-pre // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
Expand Down
Loading

0 comments on commit 798242c

Please sign in to comment.