snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

go module fails #34

Closed fi0 closed 4 years ago

fi0 commented 4 years ago
github.com/snowplow/snowplow-golang-tracker/tracker 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
jbeemster commented 4 years ago

Hi @fi0 apologies for the delay in getting back to you - indeed there are a few issues with the go mod setup at the moment which are being addressed in 2.2.0.

jbeemster commented 4 years ago

Hi @fi0 this has now been fixed - if you change your import line to look like the following it should successfully pull in the latest code via go modules:

"github.com/snowplow/snowplow-golang-tracker/v2/tracker"