From 6f3071a58211598ee23d1ef6ab17156e15b2e27b Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 12 Apr 2025 10:47:05 +0300 Subject: initial commit --- go.mod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.3.1