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

v2.1 and v2.0 #33

Closed fi0 closed 4 years ago

fi0 commented 4 years ago

https://github.com/snowplow/snowplow-golang-tracker/blob/v2.1.0/go.mod#L13

Does this prevent v2.1 to be installed?

jbeemster commented 4 years ago

It does - this is a bug introduced by the addition of the stress testing tool. Will be fixed in v2.2.0.

jbeemster commented 4 years ago

Hi @fi0 this has now been fixed - as per your other ticket please change the import line to:

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