diff --git a/go.mod b/go.mod index d1a3ce1..b2f8b4f 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ ignore ( ) require ( - go.followtheprocess.codes/hue v1.0.0 + go.followtheprocess.codes/hue v1.1.0 go.followtheprocess.codes/test v1.1.0 ) diff --git a/go.sum b/go.sum index dcf2021..2155c42 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -go.followtheprocess.codes/hue v1.0.0 h1:0fYXAGR1o+w7Vja+Q+iVtqeEP3/CE6ET/pniyl8e9yo= -go.followtheprocess.codes/hue v1.0.0/go.mod h1:gSn5xK6KJapih+eFgQk3woo1qg3/rx9XSrAanUIuDr8= +go.followtheprocess.codes/hue v1.1.0 h1:bPq21YLdWxQ0ki4lIvXCYtgutaGaDUYaSIENDdrrlNQ= +go.followtheprocess.codes/hue v1.1.0/go.mod h1:VnCeVmYESGmX7fZJSFs59u8G+5zseCwGdFiJGHCFg4o= go.followtheprocess.codes/snapshot v0.9.0 h1:7M6AkOL/3KFJ9e8epgwwIg+3aGnNPCHMX4/IOpbA2bw= go.followtheprocess.codes/snapshot v0.9.0/go.mod h1:3CCSAEz+nbity6iZ9eWid9zLtIqFG7PE3DLhWGHLdIU= go.followtheprocess.codes/test v1.1.0 h1:1v2JyMd3STr7dIXzcHEhct2qvS8/mTtGYbSyhpReciI=