use ga actions lib instead of own stuff
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,6 +5,7 @@ go 1.21.1
|
||||
require (
|
||||
github.com/hashicorp/vault/api v1.10.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/sethvargo/go-githubactions v1.1.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
)
|
||||
|
||||
@@ -23,6 +24,7 @@ require (
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/ryanuber/go-glob v1.0.0 // indirect
|
||||
github.com/sethvargo/go-envconfig v0.8.0 // indirect
|
||||
golang.org/x/crypto v0.6.0 // indirect
|
||||
golang.org/x/net v0.7.0 // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user