From cac97aae6184f2f2af5ceeabeae7e2ced3481064 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 10 Oct 2025 22:37:41 -0700 Subject: Initial commit --- go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c6758cf --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +module roseh.moe/cmd/sym + +go 1.25.0 + +require ( + golang.org/x/term v0.36.0 + roseh.moe/pkg/wordlist v1.0.2 +) + +require golang.org/x/sys v0.37.0 // indirect -- cgit v1.3.1