update console to v0.19.3

This commit is contained in:
Minio Trusted
2022-07-24 10:09:31 -07:00
parent 8c97f3e9bc
commit 7109b6d414
2 changed files with 3 additions and 6 deletions

5
go.mod
View File

@@ -43,7 +43,7 @@ require (
github.com/lib/pq v1.10.4
github.com/miekg/dns v1.1.48
github.com/minio/cli v1.22.0
github.com/minio/console v0.19.2
github.com/minio/console v0.19.3
github.com/minio/csvparser v1.0.0
github.com/minio/dperf v0.4.2
github.com/minio/highwayhash v1.0.2
@@ -220,6 +220,3 @@ require (
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)
// replace github.com/minio/console => ../console
replace github.com/minio/console => github.com/minio/console v0.19.2-0.20220722194038-f26786c904d0