mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
14 lines
249 B
Modula-2
14 lines
249 B
Modula-2
module github.com/patriceckhart/zot
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
golang.org/x/term v0.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|