-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
34 deletions.
There are no files selected for viewing
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,16 @@ | ||
run: | ||
timeout: 5m | ||
|
||
linters: | ||
enable: | ||
- megacheck | ||
- govet | ||
disable: | ||
- errcheck | ||
- maligned | ||
- prealloc | ||
disable-all: false | ||
presets: | ||
- bugs | ||
- unused | ||
fast: false |
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,20 +1,11 @@ | ||
module github.com/Depado/bfchroma | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect | ||
github.com/alecthomas/chroma v0.6.0 | ||
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect | ||
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect | ||
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dlclark/regexp2 v1.1.6 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/alecthomas/chroma v0.7.3 | ||
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
) |
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