Skip to content

Commit

Permalink
fixing dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gitirabassi committed Nov 17, 2019
1 parent 38e74cc commit 7656477
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Publish to Registry
uses: HurricanKai/Publish-Docker-Github-Action@master
with:
name: docker.pkg.github.com/gitirabassi/libvault/kms-plugin
name: docker.pkg.github.com/gitirabassi/k8s-kms-plugin/plugin
username: gitirabassi
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
Expand Down
14 changes: 1 addition & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@ module github.com/gitirabassi/libvault/cmd/k8s-kms-plugin
go 1.12

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

0 comments on commit 7656477

Please sign in to comment.