Files
obitools4/go.mod
Eric Coissac b3922c3896 Produce less weird crash on non existing files
Former-commit-id: 74bb27bd53c685be530632994bd2ba24c1f362e1
2023-03-07 17:34:25 +07:00

30 lines
1.0 KiB
Modula-2

module git.metabarcoding.org/lecasofts/go/obitools
go 1.18
require (
cloudeng.io/algo v0.0.0-20220721000539-f9fe69fddaf6
github.com/DavidGamba/go-getoptions v0.25.3
github.com/PaesslerAG/gval v1.1.2
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/goccy/go-json v0.9.4
github.com/klauspost/pgzip v1.2.5
github.com/rrethy/ahocorasick v1.0.0
github.com/schollz/progressbar/v3 v3.8.6
github.com/sirupsen/logrus v1.9.0
github.com/tevino/abool/v2 v2.0.1
gonum.org/v1/gonum v0.11.0
scientificgo.org/special v0.0.0
)
require (
github.com/klauspost/compress v1.15.9 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/exp v0.0.0-20230306221820-f0f767cdffd6 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)