Allow using many image formats in RC commands

This commit is contained in:
Kovid Goyal
2022-09-01 21:31:31 +05:30
parent fa7a6dfd4a
commit 905c4d641c
6 changed files with 51 additions and 26 deletions

1
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)