mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Support tier-add if tier backend not empty (#16715)
This commit is contained in:
committed by
GitHub
parent
8b4eb2304b
commit
fe7bf6cbbc
2
go.mod
2
go.mod
@@ -9,7 +9,6 @@ require (
|
||||
github.com/alecthomas/participle v0.7.1
|
||||
github.com/bcicen/jstream v1.0.1
|
||||
github.com/beevik/ntp v0.3.0
|
||||
github.com/bits-and-blooms/bloom/v3 v3.3.1
|
||||
github.com/buger/jsonparser v1.1.1
|
||||
github.com/cespare/xxhash/v2 v2.2.0
|
||||
github.com/cheggaaa/pb v1.0.29
|
||||
@@ -106,7 +105,6 @@ require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
||||
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/bits-and-blooms/bitset v1.5.0 // indirect
|
||||
github.com/charmbracelet/bubbles v0.15.0 // indirect
|
||||
github.com/charmbracelet/bubbletea v0.23.2 // indirect
|
||||
github.com/charmbracelet/lipgloss v0.6.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user