-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.41 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/wtsi-hgi/go-softpack-builder
go 1.21
require (
github.com/VertebrateResequencing/muxfys v3.0.5+incompatible
github.com/minio/minio-go v6.0.14+incompatible
github.com/otiai10/copy v1.14.0
github.com/smartystreets/goconvey v1.8.1
github.com/spf13/cobra v1.7.0
golang.org/x/sys v0.6.0
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/alexflint/go-filemutex v1.2.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hanwen/go-fuse v1.0.0 // indirect
github.com/inconshreveable/log15 v2.16.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/sb10/l15h v0.0.0-20170510122137-64c488bf8e22 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.5 // indirect
)