From 6e3987bb21fb3dc61967f44c11651ba3cfd0ec71 Mon Sep 17 00:00:00 2001 From: Jason Hsu <23387405+guywithacube@users.noreply.github.com> Date: Wed, 28 Oct 2020 20:57:18 -0700 Subject: [PATCH] Change `uuid` dependency to community maintained fork github.com/gofrs/uuid is no longer being actively maintained See https://github.com/satori/go.uuid/issues/84 for more detail --- auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.go b/auth.go index 3443936..8d53702 100644 --- a/auth.go +++ b/auth.go @@ -1,7 +1,7 @@ package kasa import ( - uuid "github.com/satori/go.uuid" + uuid "github.com/gofrs/uuid" ) type auth struct {