2022-01-13 23:43:01 +01:00
|
|
|
module git.metabarcoding.org/lecasofts/go/obitools
|
|
|
|
|
2023-03-28 21:30:25 +07:00
|
|
|
go 1.20
|
2022-01-13 23:43:01 +01:00
|
|
|
|
|
|
|
require (
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/DavidGamba/go-getoptions v0.27.0
|
|
|
|
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-05-23 10:09:42 +02:00
|
|
|
github.com/daichi-m/go18ds v1.12.1
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/goccy/go-json v0.10.2
|
2023-03-07 11:12:39 +07:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
|
|
|
github.com/rrethy/ahocorasick v1.0.0
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/schollz/progressbar/v3 v3.13.1
|
2023-03-07 17:34:25 +07:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/tevino/abool/v2 v2.1.0
|
2023-05-23 10:09:42 +02:00
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
2023-03-21 22:02:18 +07:00
|
|
|
gonum.org/v1/gonum v0.12.0
|
2023-03-07 11:12:39 +07:00
|
|
|
scientificgo.org/special v0.0.0
|
2022-01-15 19:10:16 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-07-17 14:24:02 +02:00
|
|
|
github.com/chen3feng/stl4go v0.1.1 // indirect
|
2023-03-21 22:02:18 +07:00
|
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // 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
|
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
|
golang.org/x/term v0.6.0 // indirect
|
2022-01-13 23:43:01 +01:00
|
|
|
)
|