From bfb66981e19179e362966873c0f1b3b16b1135d4 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 3 Feb 2025 16:40:26 -0500 Subject: [PATCH] Added missing dependencies --- example/main.go | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example/main.go b/example/main.go index 3a5454a..61a274b 100644 --- a/example/main.go +++ b/example/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "github.com/alex-savin/go-meater" + "git.savin.nyc/alex/go-meater" "github.com/spf13/viper" ) diff --git a/go.mod b/go.mod index 7bbdf5a..eabcb0d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-resty/resty/v2 v2.16.5 github.com/sirupsen/logrus v1.9.3 github.com/spf13/viper v1.18.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.10.0 ) require ( diff --git a/go.sum b/go.sum index 8ac5d2e..6e74bda 100644 --- a/go.sum +++ b/go.sum @@ -191,6 +191,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8= github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=