aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 01:21:48 +0000
committerFuwn <[email protected]>2024-10-11 01:21:48 +0000
commitc74b01e0b88c2ed819b617e41692221f2e5acd3c (patch)
treeee1000ec8521b2964179f213998c59a30909414e /go.mod
downloadyae-c74b01e0b88c2ed819b617e41692221f2e5acd3c.tar.xz
yae-c74b01e0b88c2ed819b617e41692221f2e5acd3c.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
+)