diff --git a/go.mod b/go.mod index 651dd13..a127656 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-chi/chi/v5 v5.2.5 github.com/go-playground/validator/v10 v10.30.1 github.com/joho/godotenv v1.5.1 - github.com/lmittmann/tint v1.1.2 + github.com/lmittmann/tint v1.1.3 github.com/mockzilla/connexions/v2 v2.1.81 go.yaml.in/yaml/v4 v4.0.0-rc.4 ) diff --git a/go.sum b/go.sum index 8dc1e54..8da1ecd 100644 --- a/go.sum +++ b/go.sum @@ -42,8 +42,8 @@ github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0= github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4= github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ= github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI= -github.com/lmittmann/tint v1.1.2 h1:2CQzrL6rslrsyjqLDwD11bZ5OpLBPU+g3G/r5LSfS8w= -github.com/lmittmann/tint v1.1.2/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +github.com/lmittmann/tint v1.1.3 h1:Hv4EaHWXQr+GTFnOU4VKf8UvAtZgn0VuKT+G0wFlO3I= +github.com/lmittmann/tint v1.1.3/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/mockzilla/connexions/v2 v2.1.81 h1:lk2YOuJSEcK1e6OsI482Pkx64IwF6wob2QIM3Fdfue8= github.com/mockzilla/connexions/v2 v2.1.81/go.mod h1:MJRU6E4R1X36DtRoi31uVr1B3i2GaWrbtxSdVz7yzO8= github.com/pb33f/jsonpath v0.8.1 h1:84C6QRyx6HcSm6PZnsMpcqYot3IsZ+m0n95+0NbBbvs=