mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add line, col to types used in batch-expire (#18747)
This commit is contained in:
committed by
GitHub
parent
53ceb0791f
commit
3a90af0bcd
2
go.mod
2
go.mod
@@ -98,6 +98,7 @@ require (
|
||||
golang.org/x/time v0.5.0
|
||||
google.golang.org/api v0.154.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -258,5 +259,4 @@ require (
|
||||
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user