From 5a39e523da7f4fe2c9c1e6c369a366162be122fa Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 4 Jun 2025 17:07:16 +0300 Subject: started rewriting --- go.mod | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 go.mod (limited to 'go.mod') 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 -) -- cgit v1.3.1