Skip to content

Commit

Permalink
Merge pull request #75 from getamis/edwin/add-vault-container
Browse files Browse the repository at this point in the history
add vault container
  • Loading branch information
bailantaotao authored Nov 5, 2019
2 parents dbaa78a + 544df0f commit 9f3de5c
Show file tree
Hide file tree
Showing 220 changed files with 42,576 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.10"
- "1.12"

services:
- docker
Expand Down
188 changes: 186 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@
name = "github.com/grpc-ecosystem/grpc-gateway"
non-go = false
unused-packages = false

[[constraint]]
name = "github.com/hashicorp/vault"
version = "1.0.3"

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ deps:
docker pull amazon/dynamodb-local:latest
docker pull rabbitmq:3.6.2-management
docker pull redis:3-alpine
docker pull vault:1.0.3

clean:
rm -fr $(GOBIN)/*
Expand Down
Loading

0 comments on commit 9f3de5c

Please sign in to comment.