treerack/go.mod

13 lines
327 B
Modula-2
Raw Permalink Normal View History

2025-08-19 00:56:08 +02:00
module code.squareroundforest.org/arpio/treerack
go 1.24.6
require golang.org/x/crypto v0.41.0
require (
2025-08-20 03:22:39 +02:00
code.squareroundforest.org/arpio/notation v0.0.0-20241225183158-af3bd591a174 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
2025-08-19 00:56:08 +02:00
golang.org/x/sys v0.35.0 // indirect
golang.org/x/term v0.34.0 // indirect
)