Added missing dependencies
Some checks failed
Testing / test (1.23.x, ubuntu-latest) (push) Failing after 5s

This commit is contained in:
2025-02-03 16:40:26 -05:00
parent 5b0487a9e7
commit bfb66981e1
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/alex-savin/go-meater"
"git.savin.nyc/alex/go-meater"
"github.com/spf13/viper"
)