summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-04 17:07:16 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-04 17:07:16 +0300
commit5a39e523da7f4fe2c9c1e6c369a366162be122fa (patch)
tree033df21a928cf883549bd2fab71a0fa02dbfb3c8 /go.mod
parent9b50859cd0aa3832500fe4ea22e3b4e967d6032a (diff)
started rewriting
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod34
1 files changed, 0 insertions, 34 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index dcb3034..0000000
--- a/go.mod
+++ /dev/null
@@ -1,34 +0,0 @@
-module github.com/justjakka/reencoder
-
-go 1.24.2
-
-require github.com/urfave/cli/v2 v2.27.6
-
-require (
- github.com/bwmarrin/snowflake v0.3.0 // indirect
- github.com/fatih/color v1.7.0 // indirect
- github.com/gofrs/flock v0.8.1 // indirect
- github.com/google/btree v1.1.2 // indirect
- github.com/kr/pretty v0.3.1 // indirect
- github.com/mattn/go-colorable v0.1.2 // indirect
- github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
- github.com/rivo/uniseg v0.4.7 // indirect
- github.com/robfig/cron/v3 v3.0.0 // indirect
- github.com/rogpeppe/go-internal v1.13.1 // indirect
- github.com/rosedblabs/wal v1.3.8 // indirect
- github.com/stretchr/testify v1.10.0 // indirect
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- golang.org/x/sys v0.31.0 // indirect
- golang.org/x/term v0.30.0 // indirect
-)
-
-require (
- github.com/briandowns/spinner v1.23.2
- github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
- github.com/rosedblabs/rosedb/v2 v2.4.0
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/schollz/progressbar/v3 v3.18.0
- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
- golang.org/x/sync v0.13.0
-)