wip: initial commit

Extremely unfinished and work in progress.
This commit is contained in:
2022-09-07 08:37:01 +01:00
commit b0e52fc498
13 changed files with 809 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module github.com/jimeh/mj2n
go 1.19
require (
github.com/rs/zerolog v1.28.0
github.com/spf13/cobra v1.5.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220906165534-d0df966e6959 // indirect
)