summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-04-12 10:47:05 +0300
committerjakka <jakkadoujin@gmail.com>2025-04-12 10:47:05 +0300
commit6f3071a58211598ee23d1ef6ab17156e15b2e27b (patch)
treef148c730fdf104570da55c04ecb8117bdfa3f1e3 /go.mod
parentd4fb354f5731e945a1eb0388985e504f08d58c22 (diff)
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod23
1 files changed, 23 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9c36db4
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,23 @@
+module github.com/justjakka/reencoder
+
+go 1.24.2
+
+require github.com/urfave/cli/v2 v2.27.6
+
+require (
+ github.com/tidwall/btree v1.4.2 // indirect
+ github.com/tidwall/gjson v1.14.3 // indirect
+ github.com/tidwall/grect v0.1.4 // indirect
+ github.com/tidwall/match v1.1.1 // indirect
+ github.com/tidwall/pretty v1.2.0 // indirect
+ github.com/tidwall/rtred v0.1.2 // indirect
+ github.com/tidwall/tinyqueue v0.1.1 // indirect
+)
+
+require (
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/tidwall/buntdb v1.3.2
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
+ golang.org/x/sync v0.13.0
+)