summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-26 01:38:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-04-26 01:39:57 -0400
commit9fbe238cfee84beb0e0796463f7f6b44c13cbdd3 (patch)
tree9faa155aa3d29488aa740f6b9e3d7e931bc5876e /go
parent1a64603645e894fd2c886a02876762bee0b208a7 (diff)
Update dependencies
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.
Diffstat (limited to 'go')
-rw-r--r--go/.gitignore1
m---------go/src/git.lukeshu.com/go/libnslcd0
m---------go/src/golang.org/x/sys0
m---------go/src/gopkg.in/yaml.v20
4 files changed, 1 insertions, 0 deletions
diff --git a/go/.gitignore b/go/.gitignore
index 4c48abf..5b5707a 100644
--- a/go/.gitignore
+++ b/go/.gitignore
@@ -1,2 +1,3 @@
/pkg/
/bin/
+/cache/
diff --git a/go/src/git.lukeshu.com/go/libnslcd b/go/src/git.lukeshu.com/go/libnslcd
-Subproject dfe22c5b083443ed00df9431cbd3cd7a7b4fd6a
+Subproject 027bcb726ea5e37d9fb3040419e9f079cdbb0ce
diff --git a/go/src/golang.org/x/sys b/go/src/golang.org/x/sys
-Subproject ab9e364efd8b52800ff7ee48a9ffba4e0ed78df
+Subproject bb9c189858d91f42db229b04d45a4c3d23a7662
diff --git a/go/src/gopkg.in/yaml.v2 b/go/src/gopkg.in/yaml.v2
-Subproject 287cf08546ab5e7e37d55a84f7ed3fd1db036de
+Subproject 5420a8b6744d3b0345ab293f6fcba19c978f118