aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-10 18:21:48 -0700
committerFuwn <[email protected]>2024-10-10 18:21:48 -0700
commit0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd (patch)
treeee1000ec8521b2964179f213998c59a30909414e /go.mod
downloadyae-0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd.tar.xz
yae-0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd.zip
feat: initial release
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..733c26d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module github.com/Fuwn/wiene
+
+go 1.22.7
+
+require github.com/urfave/cli/v2 v2.27.4
+
+require (
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
+)