aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/windows/race0.go
AgeCommit message (Collapse)Author
2019-10-25Delete vendored code and update CI to Go 1.13 (#158)Joseph Richey
As the Go community transitions to using the modules ecosystem, we want to only support one way of managing dependencies. So this change moves to only using Go modules for dependency management. This means that our effective minimum Go version increases to Go 1.11. To account for this, we also update: - the documentation - Makefile - CI scripts
2018-02-11vendor: update vendored dependanciesJoseph Richey
This change updates dependancies to be consistent with Gopkg.toml. This change was generated by running "dep ensure".
2017-09-29vendor: Just add windows to make govendor workJoseph Richey