koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

Install Issue #233

Open Saxy opened 3 years ago

Saxy commented 3 years ago

Go version: Go1.14 command: go get github.com/koding/kite OS: macOS Catalina v.10.15.5 error:

pkg/mod/github.com/koding/kite@v0.0.0-20180710021347-baa1a54919e3/kite.go:177:21: not enough arguments in call to uuid.Must
    have (uuid.UUID)
    want (uuid.UUID, error)
LBiff commented 3 years ago

How did you solve it?

sagadsalem commented 3 years ago

@LBiff the same here

sagadsalem commented 3 years ago

does this project still maintainable?

LBiff commented 3 years ago

@LBiff the same here

I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.

Saxy commented 3 years ago

@LBiff the same here

I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.

We've made a GoModule and we updated the dependency (https://github.com/satori/go.uuid/issues/70) And than everything worked fine :)

LBiff commented 3 years ago

@LBiff the same here

I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.

We've made a GoModule and we updated the dependency (satori/go.uuid#70) And than everything worked fine :)

Thanks, get you.