-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 697 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/astralkn/gotestsum
go 1.13
require (
github.com/fatih/color v1.9.0
github.com/google/go-cmp v0.4.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/jonboulle/clockwork v0.1.0
github.com/joshdk/go-junit v0.0.0-20191027203205-93e3ed9f3c4c
github.com/mattn/go-isatty v0.0.11
github.com/sirupsen/logrus v1.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
gotest.tools v2.2.0+incompatible
gotest.tools/gotestsum v0.4.1
)