Skip to content

Commit 94096ee

Browse files
authored
Fix Bug Creating Tenant Pull Secret. (#267)
1 parent c59387c commit 94096ee

File tree

3 files changed

+658
-3
lines changed

3 files changed

+658
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ require (
1919
github.com/minio/mc v0.0.0-20200808005614-7e52c104bee1
2020
github.com/minio/minio v0.0.0-20200808024306-2a9819aff876
2121
github.com/minio/minio-go/v7 v7.0.5-0.20200807085956-d7db33ea7618
22-
github.com/minio/operator v0.0.0-20200806194125-c2ff646f4af1
22+
github.com/minio/operator v0.0.0-20200904194631-b8aa01dc5d70
2323
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
2424
github.com/secure-io/sio-go v0.3.1
2525
github.com/stretchr/testify v1.6.1
2626
github.com/unrolled/secure v1.0.7
2727
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2828
golang.org/x/net v0.0.0-20200707034311-ab3426394381
29-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
29+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3030
gopkg.in/yaml.v2 v2.3.0
3131
k8s.io/api v0.18.6
3232
k8s.io/apimachinery v0.18.6

0 commit comments

Comments
 (0)