forked from Clever/microplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 927 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Clever/microplane
go 1.15
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/errgroup v0.0.0-20160209021148-779c8d7ef069
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fatih/color v1.13.0
github.com/google/go-github/v35 v35.3.0
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect
github.com/nathanleiby/diffparser v0.0.0-20180103231304-936553ce5db1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d // indirect
github.com/xanzy/go-gitlab v0.51.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)