sql-machine-learning / gomaxcompute

A Go driver for MaxCompute.
41 stars 11 forks source link

fix: dependency on removed uuid package #64

Closed abemedia closed 3 years ago

abemedia commented 3 years ago

Removed dependency on github.com/twinj/uuid, as this depends on github.com/myesui/uuid which the repo owner has removed.

Replaced with github.com/google/uuid.

Fixes #62