tectiv3 / standardfile

Standard File Server, Go Implementation
MIT License
99 stars 13 forks source link

Update go.uuid dependency #9

Closed ohnx closed 6 years ago

ohnx commented 6 years ago

1c8b06826ec555777bdd5a0dd116504f2360a201 uses a new API for the newer version of go.uuid but this new version is not updated in the vendor/ directory, which causes build issues.

Update the go.uuid dependency to resolve this.

tectiv3 commented 6 years ago

Thank you, but it was already fixed in #7 and I just updated all dependencies in ecc8932ba0c791f0bbca3d873816d7efadce9f69

ohnx commented 6 years ago

Ah ok, that's the correct way to do that.

Nice to know.

tectiv3 commented 6 years ago

yeah, glide up.