metaparticle-io / package

Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
https://metaparticle.io
MIT License
493 stars 55 forks source link

Update Gopkg.lock #66

Closed yuva29 closed 6 years ago

yuva29 commented 6 years ago

This avoids Gopkg.lock getting dirty while running dep ensure.

dep:
 version     : devel
 build date  : 
 git hash    : 
 go version  : go1.9.2
 go compiler : gc
 platform    : darwin/amd64

Signed-off-by: Yuva Shankar yuva29@users.noreply.github.com

brendandburns commented 6 years ago

LGTM, thanks!

brendandburns commented 6 years ago

Note, I just went through and fixed some other bits of the golang implementation so you might want to sync to head, and file more issues if you run into other problems!

Thanks!