Skip to content

Commit

Permalink
Add dependency on golang.org/x/sys to fix Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed Mar 19, 2020
1 parent a8510a9 commit c522bd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,9 @@ go_repository(
commit = "c182affec369e30f25d3eb8cd8a478dee585ae7d",
importpath = "github.com/matttproud/golang_protobuf_extensions",
)

go_repository(
name = "org_golang_x_sys",
commit = "5766fd39f98ddd8d769ad4aedcee557dd28de90f",
importpath = "golang.org/x/sys",
)

0 comments on commit c522bd8

Please sign in to comment.