Revert "chore: update modules"

This reverts commit c2f709a742.
This commit is contained in:
vicanso 2023-12-27 20:37:18 +08:00
parent c2f709a742
commit e09ab2c3c7
3 changed files with 3 additions and 41 deletions

6
go.mod
View file

@ -5,13 +5,13 @@ go 1.17
require (
github.com/dustin/go-humanize v1.0.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/stretchr/testify v1.8.4
github.com/wcharczuk/go-chart/v2 v2.1.1
github.com/stretchr/testify v1.8.2
github.com/wcharczuk/go-chart/v2 v2.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)