File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_install:
15
15
install :
16
16
- # 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).
17
17
script :
18
- - go get -t -v ./...
18
+ - GO111MODULE=on go get -t -v ./...
19
19
- 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