use ga actions lib instead of own stuff

This commit is contained in:
2023-10-05 19:35:05 +02:00
parent d7ac55f64d
commit 94b74d2931
3 changed files with 17 additions and 65 deletions

2
go.mod
View File

@@ -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