|
1 | 1 | module github.com/Clever/microplane
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect |
7 | 6 | github.com/facebookgo/errgroup v0.0.0-20160209021148-779c8d7ef069
|
8 |
| - github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect |
9 |
| - github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect |
10 | 7 | github.com/fatih/color v1.13.0
|
11 | 8 | github.com/google/go-github/v35 v35.3.0
|
12 |
| - github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect |
13 | 9 | github.com/nathanleiby/diffparser v0.0.0-20180103231304-936553ce5db1
|
14 | 10 | github.com/spf13/cobra v1.3.0
|
15 | 11 | github.com/stretchr/testify v1.7.0
|
16 |
| - github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d // indirect |
17 | 12 | github.com/xanzy/go-gitlab v0.55.1
|
18 | 13 | golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
19 | 14 | golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
20 | 15 | )
|
| 16 | + |
| 17 | +require ( |
| 18 | + github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 20 | + github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect |
| 21 | + github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect |
| 22 | + github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect |
| 23 | + github.com/golang/protobuf v1.5.2 // indirect |
| 24 | + github.com/google/go-querystring v1.1.0 // indirect |
| 25 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 26 | + github.com/hashicorp/go-retryablehttp v0.6.8 // indirect |
| 27 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 28 | + github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect |
| 29 | + github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect |
| 30 | + github.com/mattn/go-colorable v0.1.12 // indirect |
| 31 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 32 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 33 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 34 | + github.com/spf13/pflag v1.0.5 // indirect |
| 35 | + github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d // indirect |
| 36 | + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect |
| 37 | + golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect |
| 38 | + golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect |
| 39 | + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect |
| 40 | + google.golang.org/appengine v1.6.7 // indirect |
| 41 | + google.golang.org/protobuf v1.27.1 // indirect |
| 42 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 43 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 44 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 45 | +) |
0 commit comments