Adds a first version of a new obidistribute command

This commit is contained in:
2022-02-14 00:01:01 +01:00
parent 1544bafde1
commit eb32620bb3
13 changed files with 567 additions and 36 deletions

1
go.mod
View File

@ -6,6 +6,7 @@ require (
github.com/DavidGamba/go-getoptions v0.25.3
github.com/goccy/go-json v0.9.4
github.com/schollz/progressbar/v3 v3.8.6
github.com/tevino/abool/v2 v2.0.1
)
require (