Skip to content

Commit

Permalink
Update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon committed Jul 2, 2024
1 parent 26c54b3 commit b4a0c34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
module github.com/anthonynsimon/bild

go 1.12
go 1.22

require (
github.com/spf13/cobra v0.0.5
golang.org/x/image v0.5.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
)

0 comments on commit b4a0c34

Please sign in to comment.