mirror of
https://github.com/jimeh/mje.git
synced 2026-02-19 01:46:40 +00:00
19 lines
425 B
Modula-2
19 lines
425 B
Modula-2
module github.com/jimeh/mje
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jimeh/go-midjourney v0.1.0
|
|
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.3.0 // indirect
|
|
)
|