2026-04-17 20:36:38 +02:00
|
|
|
module github.com/patriceckhart/zot
|
|
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
|
|
require (
|
2026-04-18 10:55:42 +02:00
|
|
|
github.com/alecthomas/chroma/v2 v2.23.1
|
2026-04-17 20:36:38 +02:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.16
|
2026-04-18 10:55:42 +02:00
|
|
|
golang.org/x/sys v0.26.0
|
2026-04-17 20:36:38 +02:00
|
|
|
golang.org/x/term v0.25.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-04-18 10:16:06 +02:00
|
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
2026-04-17 20:36:38 +02:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2026-04-28 12:48:13 +02:00
|
|
|
golang.org/x/image v0.18.0 // indirect
|
2026-04-17 20:36:38 +02:00
|
|
|
)
|