File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,12 @@ before_script: cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.
44
55go :
66 - " 1.8.x"
7+ - " 1.12.x"
8+ - " 1.13.x"
79 - " 1.14.x"
8- - tip
10+ - " 1.15.x"
11+ - master
12+
13+ env :
14+ global :
15+ - GO111MODULE=on
Original file line number Diff line number Diff line change 1+ module github.com/joomcode/errorx
2+
3+ go 1.11
4+
5+ require (
6+ github.com/davecgh/go-spew v1.1.1 // indirect
7+ github.com/pmezard/go-difflib v1.0.0 // indirect
8+ github.com/stretchr/testify v1.2.2
9+ )
Original file line number Diff line number Diff line change 1+ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2+ github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3+ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4+ github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5+ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w =
6+ github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
You can’t perform that action at this time.
0 commit comments