Skip to content

Commit 7656477

Browse files
committed
fixing dependency issue
1 parent 38e74cc commit 7656477

File tree

3 files changed

+61
-32
lines changed

3 files changed

+61
-32
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Publish to Registry
99
uses: HurricanKai/Publish-Docker-Github-Action@master
1010
with:
11-
name: docker.pkg.github.com/gitirabassi/libvault/kms-plugin
11+
name: docker.pkg.github.com/gitirabassi/k8s-kms-plugin/plugin
1212
username: gitirabassi
1313
password: ${{ secrets.GITHUB_TOKEN }}
1414
registry: docker.pkg.github.com

go.mod

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,10 @@ module github.com/gitirabassi/libvault/cmd/k8s-kms-plugin
33
go 1.12
44

55
require (
6-
cloud.google.com/go v0.38.0 // indirect
7-
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
8-
github.com/ghodss/yaml v1.0.0
9-
github.com/gitirabassi/libvault v0.0.0-00010101000000-000000000000
10-
github.com/gophercloud/gophercloud v0.1.0 // indirect
11-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
12-
github.com/hashicorp/vault/api v1.0.5-0.20190730042357-746c0b111519
13-
github.com/imdario/mergo v0.3.5 // indirect
14-
github.com/pborman/uuid v1.2.0
15-
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
6+
github.com/gitirabassi/libvault v0.0.1
167
github.com/sirupsen/logrus v1.4.2
178
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
18-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
199
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456
20-
google.golang.org/appengine v1.5.0 // indirect
2110
google.golang.org/grpc v1.23.1
22-
gopkg.in/yaml.v2 v2.2.5 // indirect
2311
k8s.io/apiserver v0.0.0-20191111062045-707298a79a53
2412
)

0 commit comments

Comments
 (0)