File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_install:
1515install :
1616 - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
1717script :
18- - go get -t -v ./...
18+ - GO111MODULE=on go get -t -v ./...
1919 - diff -u <(echo -n) <(gofmt -d -s .)
20- - go tool vet .
21- - go test -v -race ./...
20+ - GO111MODULE=on go tool vet .
21+ - GO111MODULE=on go test -v -race ./...
Original file line number Diff line number Diff line change 1+ module sourcegraph.com/sourcegraph/go-diff
2+
3+ require (
4+ github.com/gogo/protobuf v1.1.1
5+ github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e // indirect
6+ github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
7+ sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
8+ )
Original file line number Diff line number Diff line change 1+ github.com/gogo/protobuf v1.1.1 h1:72R+M5VuhED/KujmZVcIquuo8mBgX4oVda//DQb3PXo =
2+ github.com/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
3+ github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM =
4+ github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e /go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk =
5+ github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc =
6+ github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 /go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ =
7+ sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 h1:JPJh2pk3+X4lXAkZIk2RuE/7/FoK9maXw+TNPJhVS/c =
8+ sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 /go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0 =
You can’t perform that action at this time.
0 commit comments