travis: refresh runtests.sh and Travis config (#174)

This commit is contained in:
Robert van Gent
2019-05-14 11:31:53 -07:00
committed by GitHub
parent c1a359a7ca
commit c1be6ec0d8
6 changed files with 165 additions and 41 deletions

3
go.mod
View File

@@ -3,8 +3,5 @@ module github.com/google/wire
require (
github.com/google/go-cmp v0.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd // indirect
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b
)