update modules

Former-commit-id: 04651744d21f0db3406a0aa7bb9cdf9729140349
This commit is contained in:
2024-02-16 18:12:59 +01:00
parent c1d9bea6bb
commit 95caebec8f
2 changed files with 6 additions and 1 deletions

3
go.mod
View File

@ -17,7 +17,7 @@ require (
github.com/tevino/abool/v2 v2.1.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
gonum.org/v1/gonum v0.14.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3 v3.0.1
scientificgo.org/special v0.0.0
)
@ -26,6 +26,7 @@ require (
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
)
require (