summaryrefslogtreecommitdiff
path: root/go/src/gopkg.in/yaml.v2
AgeCommit message (Collapse)Author
2018-04-26Update dependenciesLuke Shumaker
This now requires go 1.10 (because x/sys/unix) The cgo that go 1.10 ships is apparently super unhappy when `CC=gcc -std=c99`, it wants GNU dialects. So add a way to override that; set `go_CC=gcc -std=gnu99`. On the bright side, the cgo CFLAGS hacks are no longer nescessary.
2017-12-19update dependenciesLuke Shumaker
actually, roll "errors" back to the last tagged version, instead of master
2017-09-03Update dependenciesLuke Shumaker
Note that the upstream YAML library has re-licensed to Apache 2.0.
2017-02-03Less magic in the build system; don't hide the go workspace.Luke Shumaker