Skip to content

Commit

Permalink
Merge pull request #11 from marwan-at-work/modsep
Browse files Browse the repository at this point in the history
separate example dependencies
  • Loading branch information
jprobinson committed Feb 7, 2019
2 parents 21efaa6 + 19319de commit 3d8fa55
Show file tree
Hide file tree
Showing 4 changed files with 529 additions and 46 deletions.
16 changes: 16 additions & 0 deletions examples/go.mod
@@ -0,0 +1,16 @@
module github.com/NYTimes/gcp-vault/examples

go 1.12

replace github.com/NYTimes/gcp-vault => ../

require (
github.com/NYTimes/gcp-vault v0.2.2
github.com/NYTimes/gizmo v0.4.3
github.com/NYTimes/marvin v0.2.1
github.com/go-kit/kit v0.8.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/pkg/errors v0.8.1
google.golang.org/appengine v1.4.0
google.golang.org/grpc v1.18.0
)

0 comments on commit 3d8fa55

Please sign in to comment.