|
| 1 | +module github.com/IBM/ibmcloud-object-storage-plugin |
| 2 | + |
| 3 | +go 1.13 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/BurntSushi/toml v0.3.1 |
| 7 | + github.com/IBM/go-sdk-core/v3 v3.3.1 |
| 8 | + github.com/IBM/ibm-cos-sdk-go v1.3.2 |
| 9 | + github.com/IBM/ibm-cos-sdk-go-config v1.0.0 |
| 10 | + github.com/coreos/go-systemd v0.0.0-00010101000000-000000000000 // indirect |
| 11 | + github.com/evanphx/json-patch v4.5.0+incompatible // indirect |
| 12 | + github.com/godbus/dbus v4.1.0+incompatible // indirect |
| 13 | + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| 14 | + github.com/golang/protobuf v1.4.2 |
| 15 | + github.com/google/btree v1.0.0 // indirect |
| 16 | + github.com/googleapis/gnostic v0.4.0 // indirect |
| 17 | + github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect |
| 18 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 19 | + github.com/imdario/mergo v0.3.9 // indirect |
| 20 | + github.com/jessevdk/go-flags v1.4.0 |
| 21 | + github.com/kubernetes-sigs/sig-storage-lib-external-provisioner v2.2.0+incompatible |
| 22 | + github.com/miekg/dns v1.1.30 // indirect |
| 23 | + github.com/mitchellh/mapstructure v1.3.2 // indirect |
| 24 | + github.com/pborman/uuid v1.2.0 // indirect |
| 25 | + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 26 | + github.com/pierrre/gotestcover v0.0.0-20160517101806-924dca7d15f0 // indirect |
| 27 | + github.com/pkg/errors v0.9.1 // indirect |
| 28 | + github.com/prometheus/client_golang v1.7.1 // indirect |
| 29 | + github.com/satori/go.uuid v1.2.0 |
| 30 | + github.com/spf13/pflag v1.0.5 // indirect |
| 31 | + github.com/stretchr/testify v1.6.1 |
| 32 | + go.uber.org/zap v1.15.0 |
| 33 | + golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect |
| 34 | + golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect |
| 35 | + golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect |
| 36 | + golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect |
| 37 | + google.golang.org/appengine v1.6.6 // indirect |
| 38 | + google.golang.org/grpc v1.27.0 |
| 39 | + google.golang.org/protobuf v1.23.0 |
| 40 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 41 | + gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
| 42 | + gopkg.in/yaml.v2 v2.3.0 // indirect |
| 43 | + k8s.io/api v0.0.0-20190222213804-5cb15d344471 |
| 44 | + k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 |
| 45 | + k8s.io/client-go v0.0.0-20190228174230-b40b2a5939e4 |
| 46 | + k8s.io/klog v1.0.0 // indirect |
| 47 | + k8s.io/klog/v2 v2.3.0 // indirect |
| 48 | + k8s.io/kube-openapi v0.0.0-20200615155156-dffdd1682719 // indirect |
| 49 | + k8s.io/kubernetes v1.13.4 // indirect |
| 50 | + k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect |
| 51 | + sigs.k8s.io/yaml v1.2.0 // indirect |
| 52 | +) |
| 53 | + |
| 54 | +replace ( |
| 55 | + github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.1.0 |
| 56 | + github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.0 |
| 57 | + k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20181109181836-c59034cc13d5 |
| 58 | +) |
0 commit comments