2023-11-29 12:14:37 +01:00
|
|
|
module git.metabarcoding.org/obitools/obitools4/obitools4
|
2022-01-13 23:43:01 +01:00
|
|
|
|
2024-09-24 15:55:01 +02:00
|
|
|
go 1.23.1
|
2022-01-13 23:43:01 +01:00
|
|
|
|
|
|
|
require (
|
2023-11-07 09:37:07 +02:00
|
|
|
github.com/DavidGamba/go-getoptions v0.28.0
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/PaesslerAG/gval v1.2.2
|
2023-03-07 11:12:39 +07:00
|
|
|
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
|
2023-08-27 17:22:51 +02:00
|
|
|
github.com/chen3feng/stl4go v0.1.1
|
2024-10-20 16:07:43 +02:00
|
|
|
github.com/dlclark/regexp2 v1.11.4
|
2024-06-23 00:36:08 +02:00
|
|
|
github.com/goccy/go-json v0.10.3
|
2023-08-27 17:22:51 +02:00
|
|
|
github.com/klauspost/pgzip v1.2.6
|
2024-06-01 17:26:16 +02:00
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
2023-03-07 11:12:39 +07:00
|
|
|
github.com/rrethy/ahocorasick v1.0.0
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/schollz/progressbar/v3 v3.13.1
|
2023-08-27 17:22:51 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-05-26 12:56:29 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/tevino/abool/v2 v2.1.0
|
2024-03-19 13:50:13 +01:00
|
|
|
github.com/yuin/gopher-lua v1.1.1
|
2023-11-07 09:37:07 +02:00
|
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
2023-08-27 17:22:51 +02:00
|
|
|
gonum.org/v1/gonum v0.14.0
|
2024-02-16 18:12:59 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-03-07 11:12:39 +07:00
|
|
|
scientificgo.org/special v0.0.0
|
2022-01-15 19:10:16 +01:00
|
|
|
)
|
|
|
|
|
2023-09-01 09:30:12 +02:00
|
|
|
require (
|
2024-11-24 19:33:24 +01:00
|
|
|
github.com/Clever/csvlint v0.3.0 // indirect
|
2025-02-05 14:18:24 +01:00
|
|
|
github.com/TuftsBCB/io v0.0.0-20140121014543-22b94e9b23f9 // indirect
|
2024-12-19 13:36:59 +01:00
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
2025-02-02 16:52:52 +01:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
2023-11-08 11:13:56 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-05-26 12:56:29 +02:00
|
|
|
github.com/goombaio/orderedmap v0.0.0-20180924084748-ba921b7e2419 // indirect
|
2024-03-06 12:56:44 -03:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-11-08 11:13:56 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-03-19 13:50:13 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.6.1 // indirect
|
2023-09-01 09:30:12 +02:00
|
|
|
)
|
|
|
|
|
2022-01-15 19:10:16 +01:00
|
|
|
require (
|
2023-09-01 09:30:12 +02:00
|
|
|
github.com/dsnet/compress v0.0.1
|
2023-11-07 09:37:07 +02:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
2024-05-26 12:56:29 +02:00
|
|
|
github.com/goombaio/orderedset v0.0.0-20180925151225-8e67b20a9b77
|
2023-11-08 10:16:34 +02:00
|
|
|
github.com/klauspost/compress v1.17.2
|
2023-08-27 17:22:51 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-01-13 23:43:01 +01:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
2023-09-01 09:30:12 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
2023-11-07 09:37:07 +02:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2024-03-06 12:56:44 -03:00
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
2023-11-07 09:37:07 +02:00
|
|
|
golang.org/x/term v0.13.0 // indirect
|
2023-09-01 09:30:12 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
2022-01-13 23:43:01 +01:00
|
|
|
)
|