Major refactoring, updated config structure
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,4 +1,4 @@
|
||||
module main
|
||||
module git.nevets.tech/Keys/CertManager
|
||||
|
||||
go 1.25.0
|
||||
|
||||
@@ -7,7 +7,6 @@ require (
|
||||
github.com/go-acme/lego/v4 v4.32.0
|
||||
github.com/go-git/go-billy/v5 v5.8.0
|
||||
github.com/go-git/go-git/v5 v5.17.0
|
||||
github.com/google/go-github/v55 v55.0.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/spf13/viper v1.21.0
|
||||
@@ -30,7 +29,6 @@ require (
|
||||
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
||||
github.com/google/go-querystring v1.2.0 // indirect
|
||||
github.com/hashicorp/go-version v1.8.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
|
||||
Reference in New Issue
Block a user