Every small changes to include into Release 4.0.4

Former-commit-id: b2a48c5b5c471f072785e02d4bb0f149a09cdf6f
This commit is contained in:
2023-08-27 17:22:51 +02:00
parent d437fba535
commit 45ea4dacf7
6 changed files with 82 additions and 23 deletions

22
go.mod
View File

@ -6,25 +6,29 @@ require (
github.com/DavidGamba/go-getoptions v0.27.0
github.com/PaesslerAG/gval v1.2.2
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/chen3feng/stl4go v0.1.1
github.com/daichi-m/go18ds v1.12.1
github.com/goccy/go-json v0.10.2
github.com/klauspost/pgzip v1.2.5
github.com/klauspost/pgzip v1.2.6
github.com/rrethy/ahocorasick v1.0.0
github.com/schollz/progressbar/v3 v3.13.1
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
github.com/tevino/abool/v2 v2.1.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
gonum.org/v1/gonum v0.12.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
gonum.org/v1/gonum v0.14.0
scientificgo.org/special v0.0.0
)
require (
github.com/chen3feng/stl4go v0.1.1 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)