diff --git a/go.mod b/go.mod index c137e50..bb94594 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module go.followtheprocess.codes/test -go 1.25.0 +go 1.26 require ( - go.followtheprocess.codes/hue v1.0.0 + go.followtheprocess.codes/hue v1.1.0 go.followtheprocess.codes/snapshot v0.9.1 golang.org/x/tools v0.43.0 ) diff --git a/go.sum b/go.sum index cd85f73..708517a 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.1 h1:q90k4ZsV4WNrJkAXo6gLqYLgE3RipnzSOXU5o5Moyts= go.followtheprocess.codes/snapshot v0.9.1/go.mod h1:IKWetABJnYaG6rZAsINXAc6rB0TxoxdysBC3R2HvwWo= go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=