Adds some unit test

Former-commit-id: b1a59df1c87187a1538f30c447d42bbe96402419
This commit is contained in:
2023-11-08 11:13:56 +02:00
parent dedf125f6e
commit a96ecb4837
5 changed files with 81 additions and 3 deletions

6
go.mod
View File

@ -1,6 +1,6 @@
module git.metabarcoding.org/lecasofts/go/obitools
go 1.20
go 1.21
require (
github.com/DavidGamba/go-getoptions v0.28.0
@ -13,6 +13,7 @@ require (
github.com/rrethy/ahocorasick v1.0.0
github.com/schollz/progressbar/v3 v3.13.1
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-20231006140011-7918f672742d
gonum.org/v1/gonum v0.14.0
@ -20,8 +21,11 @@ require (
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
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
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
require (