File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ sudo: false
55go :
66 - 1.8
77 - 1.9
8+ - 1.10
9+ - 1.11
810
911script :
1012 - ./.travis.gofmt.sh
Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## 1.0.1 (2018-10-25)
4+
5+ * Support go mod.
6+ * Support go 1.11.
7+
8+ ## 1.0.0 (2017-10-03)
9+
10+ * Init commit.
Original file line number Diff line number Diff line change 1+ module github.com/Wing924/hostutils
2+
3+ require (
4+ github.com/davecgh/go-spew v1.1.1 // indirect
5+ github.com/pmezard/go-difflib v1.0.0 // indirect
6+ github.com/stretchr/testify v1.2.2
7+ )
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