Files
obitools4/go.mod
Eric Coissac 98eac2360c adds a rule to update packages and push the corresponding updates module files
Former-commit-id: 1ffa805e74571f9d970dcb185f187dd586c1a190
2023-03-21 22:02:18 +07:00

31 lines
1.0 KiB
Modula-2

module git.metabarcoding.org/lecasofts/go/obitools
go 1.18
require (
cloudeng.io/algo v0.0.0-20230314235058-45ee90f9cff7
github.com/DavidGamba/go-getoptions v0.27.0
github.com/PaesslerAG/gval v1.2.2
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/goccy/go-json v0.10.2
github.com/klauspost/pgzip v1.2.5
github.com/rrethy/ahocorasick v1.0.0
github.com/schollz/progressbar/v3 v3.13.1
github.com/sirupsen/logrus v1.9.0
github.com/tevino/abool/v2 v2.1.0
gonum.org/v1/gonum v0.12.0
scientificgo.org/special v0.0.0
)
require (
github.com/klauspost/compress v1.16.3 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)