project8 / dripline-go

Golang implementation of the Dripline framework
http://www.project8.org/dripline
Other
0 stars 0 forks source link

Install dependency issue #3

Open wcpettus opened 6 years ago

wcpettus commented 6 years ago

On install of swarm or hornet, an error is thrown:

# github.com/pborman/uuid
../../pborman/uuid/time.go:15: syntax error: unexpected = in type declaration

This blocks installation of diopsid, hornet, and mdreceiver (the dripline go utilities).

This is not a generic go/swarm issue, as dungbeetle and operator both install fine.

I propose leaving this and seeing if they fix their uuid code.