From b4a0c34e83ebc83e424661672d3db71b6385516c Mon Sep 17 00:00:00 2001 From: "Anthony N. Simon" Date: Tue, 2 Jul 2024 09:47:43 -0600 Subject: [PATCH] Update go mod --- go.mod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bc49292..b44d6ad 100644 --- a/go.mod +++ b/go.mod @@ -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 +)