refactor: rename from mj2n to mje

This commit is contained in:
2022-09-15 23:44:32 +01:00
parent b0e52fc498
commit 7fdd61b54c
14 changed files with 389 additions and 376 deletions

5
go.mod
View File

@@ -1,8 +1,9 @@
module github.com/jimeh/mj2n
module github.com/jimeh/mje
go 1.19
require (
github.com/jimeh/go-midjourney v0.0.0-20220915223103-5d89204e21f0
github.com/rs/zerolog v1.28.0
github.com/spf13/cobra v1.5.0
gopkg.in/yaml.v3 v3.0.1
@@ -13,5 +14,5 @@ require (
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
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
)