Changed a package URL
Some checks failed
Testing / test (1.23.x, ubuntu-latest) (push) Failing after 5s

This commit is contained in:
2025-02-03 16:36:38 -05:00
parent 8a443ea4c2
commit 5b0487a9e7
2 changed files with 14 additions and 6 deletions

12
go.mod
View File

@ -1,10 +1,10 @@
module github.com/alex-savin/go-meater
module git.savin.nyc/alex/go-meater
go 1.20
go 1.23
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/go-resty/resty/v2 v2.10.0
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
@ -29,9 +29,9 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)