-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from Clever/use-go-mod
Use go mod, update deps
- Loading branch information
Showing
9 changed files
with
220 additions
and
347 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.26 | ||
0.0.27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
module github.com/Clever/microplane | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/GeertJohan/fgt v0.0.0-20160120143236-262f7b11eec0 // indirect | ||
github.com/cpuguy83/go-md2man v1.0.7 // indirect | ||
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.5.0 | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.3 // indirect | ||
github.com/nathanleiby/diffparser v0.0.0-20180103231304-936553ce5db1 | ||
github.com/russross/blackfriday v0.0.0-20170728175326-4048872b16cc // indirect | ||
github.com/spf13/cobra v0.0.1 | ||
github.com/spf13/pflag v1.0.0 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d // indirect | ||
github.com/xanzy/go-gitlab v0.19.0 | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
Oops, something went wrong.