aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-11-09 22:59:06 +0800
committeryingyu5658 <i@yingyu5658.me>2025-11-09 22:59:06 +0800
commit2f1fe20cfee6144892fa5eb9583b238b2c2eebe9 (patch)
treeccf417d234554af026be70c30adec082d5808673 /go.mod
downloadbvd-2f1fe20cfee6144892fa5eb9583b238b2c2eebe9.tar.gz
bvd-2f1fe20cfee6144892fa5eb9583b238b2c2eebe9.zip
first commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..5f33181
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module bvd
+
+go 1.25.0
+
+require (
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/urfave/cli/v2 v2.27.7 // indirect
+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
+)