bootstrap repo

This commit is contained in:
2023-01-25 11:25:39 +01:00
commit 3ee404125b
7 changed files with 96 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module gitea.e13.dev/makkes/goreleaser-test/test1
go 1.19
require github.com/spf13/cobra v1.6.1
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)