journal/go.mod
ChaoticByte 07262d919e
All checks were successful
/ run-tests (push) Successful in 24s
Update to go 1.26.2
2026-04-12 21:12:19 +02:00

14 lines
258 B
Modula-2

module remotebranch.eu/ChaoticByte/journal
go 1.26.2
require (
github.com/awnumar/memguard v0.23.0
golang.org/x/crypto v0.50.0
golang.org/x/term v0.42.0
)
require (
github.com/awnumar/memcall v0.5.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)