mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Adds some unit test
Former-commit-id: b1a59df1c87187a1538f30c447d42bbe96402419
This commit is contained in:
6
go.mod
6
go.mod
@ -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 (
|
||||
|
Reference in New Issue
Block a user