mirror of https://github.com/minio/minio.git
15 lines
289 B
Modula-2
15 lines
289 B
Modula-2
|
module github.com/minio/minio/docs/debugging/xattr
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/olekukonko/tablewriter v0.0.5
|
||
|
github.com/pkg/xattr v0.4.9
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||
|
golang.org/x/sys v0.15.0 // indirect
|
||
|
)
|