summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..56e6ada
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+module main.go
+
+go 1.22.5
+
+require (
+ github.com/fatih/color v1.17.0 // indirect
+ github.com/goccy/go-yaml v1.11.3 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ golang.org/x/sys v0.22.0 // indirect
+ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
+)
remember that computers suck.