chore(deps): update go-midjourney

This commit is contained in:
2022-12-11 22:20:21 +00:00
parent c7c6553e53
commit 270565b2de
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/jimeh/mje
go 1.19
require (
github.com/jimeh/go-midjourney v0.0.0-20220915223103-5d89204e21f0
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
@@ -14,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-20220915200043-7b5979e65e41 // indirect
golang.org/x/sys v0.3.0 // indirect
)