twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

problem with using module in this package #45

Closed brenol closed 4 years ago

brenol commented 5 years ago

Hi!

I have a few issues with the current uuid library, and even opened a issue in golang (#34432) and from what I gathered in that issue, the easiest fix is simply changing the uuid library.

I will open a PR changing it to google's UUID lib, as it pretty much works as-is and adding a go.mod file.

This is the error that is happening:

github.com/twitchscience/kinsumer imports
    github.com/twinj/uuid tested by
    github.com/twinj/uuid.test imports
    gopkg.in/stretchr/testify.v1/assert: cannot find module providing package gopkg.in/stretchr/testify.v1/assert
garethlewin commented 5 years ago

Thanks!