2020-07-26 00:34:17 -07:00
|
|
|
module github.com/minio/console
|
2020-04-01 18:18:57 -07:00
|
|
|
|
2021-03-05 10:39:17 -08:00
|
|
|
go 1.16
|
2020-04-01 18:18:57 -07:00
|
|
|
|
|
|
|
|
require (
|
2021-03-01 16:30:53 -08:00
|
|
|
github.com/blang/semver/v4 v4.0.0
|
|
|
|
|
github.com/cheggaaa/pb/v3 v3.0.6
|
2020-05-01 08:38:52 -07:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2021-06-08 12:35:39 -07:00
|
|
|
github.com/go-openapi/errors v0.19.9
|
|
|
|
|
github.com/go-openapi/loads v0.20.2
|
|
|
|
|
github.com/go-openapi/runtime v0.19.24
|
|
|
|
|
github.com/go-openapi/spec v0.20.3
|
|
|
|
|
github.com/go-openapi/strfmt v0.20.0
|
|
|
|
|
github.com/go-openapi/swag v0.19.14
|
|
|
|
|
github.com/go-openapi/validate v0.20.2
|
2020-04-30 10:50:51 -07:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-04-01 18:18:57 -07:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-04-06 11:27:43 -07:00
|
|
|
github.com/minio/cli v1.22.0
|
2021-06-01 15:31:43 -07:00
|
|
|
github.com/minio/direct-csi v1.3.5-0.20210601185811-f7776f7961bf
|
2020-08-06 12:43:04 -07:00
|
|
|
github.com/minio/kes v0.11.0
|
2021-06-17 14:21:25 -05:00
|
|
|
github.com/minio/madmin-go v1.0.12
|
2021-06-01 11:34:55 -07:00
|
|
|
github.com/minio/mc v0.0.0-20210531030240-fbbae711bdb4
|
|
|
|
|
github.com/minio/minio-go/v7 v7.0.11-0.20210517200026-f0518ca447d6
|
2021-06-17 17:30:20 -07:00
|
|
|
github.com/minio/operator v0.0.0-20210616045941-65f31f5f78ae
|
2021-06-07 20:53:03 -07:00
|
|
|
github.com/minio/operator/logsearchapi v0.0.0-20210604224119-7e256f98cf90
|
2021-06-14 10:41:34 -07:00
|
|
|
github.com/minio/pkg v1.0.6
|
2021-03-01 16:30:53 -08:00
|
|
|
github.com/minio/selfupdate v0.3.1
|
2020-10-29 22:26:48 -07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-05-01 08:38:52 -07:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2021-04-24 16:31:47 -05:00
|
|
|
github.com/rs/xid v1.2.1
|
2020-08-18 12:42:13 -07:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2021-06-01 11:34:55 -07:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-04-06 13:24:15 -07:00
|
|
|
github.com/unrolled/secure v1.0.7
|
2021-06-01 11:34:55 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
|
|
|
|
|
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
|
2020-09-04 17:09:17 -07:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2021-06-01 11:34:55 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-06-01 15:31:43 -07:00
|
|
|
k8s.io/api v0.21.1
|
|
|
|
|
k8s.io/apimachinery v0.21.1
|
|
|
|
|
k8s.io/client-go v0.21.1
|
2020-04-01 18:18:57 -07:00
|
|
|
)
|
2021-06-01 11:34:55 -07:00
|
|
|
|
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.29.1
|