forked from zimmski/go-mutesting
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (22 loc) · 963 Bytes
/
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
module github.com/osmosis-labs/go-mutesting
go 1.10
require (
github.com/davecgh/go-spew v1.1.0
github.com/hpcloud/tail v1.0.0 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/mattn/goveralls v0.0.3 // indirect
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.4.0
github.com/zimmski/go-mutesting v0.0.0-20210610104036-6d9217011a00
github.com/zimmski/go-tool v0.0.0-20150119110811-2dfdc9ac8439
github.com/zimmski/osutil v0.0.0-20190128123334-0d0b3ca231ac
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/tools v0.0.0-20191018212557-ed542cd5b28a
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.2
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)