This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
couchbaselabs/sgload | |
fuyufjh/splunk-hec-go | |
StefanKjartansson/pdfhandler | |
eyecuelab/kit | |
jirwin/quadlek | |
guonaihong/exercise | |
brazanet/disturbancesmlx | |
jramb/p | |
printmaps/printmaps | |
supergiant/supergiant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This serves as a stopgap fix for https://github.com/kubernetes/kops/issues/3891 | |
kind: DaemonSet | |
apiVersion: extensions/v1beta1 | |
metadata: | |
namespace: kube-system | |
name: fix-kubelet | |
labels: | |
app: fix-kubelet | |
spec: | |
template: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/crypto/secp256k1/curve.go b/crypto/secp256k1/curve.go | |
index ec6d266c..b9aa5765 100644 | |
--- a/crypto/secp256k1/curve.go | |
+++ b/crypto/secp256k1/curve.go | |
@@ -35,17 +35,11 @@ import ( | |
"crypto/elliptic" | |
"math/big" | |
"sync" | |
- "unsafe" | |
+ //"unsafe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/10/16 14:16:08 [INFO] Terraform version: 0.10.7 5f9bf20ba6aaa174600109a95cc77f7788d4959b+CHANGES | |
2017/10/16 14:16:08 [INFO] Go runtime version: go1.9 | |
2017/10/16 14:16:08 [INFO] CLI args: []string{"/Users/joss/bin/terraform", "plan", "-var", "aws_profile=dev", "--var", "environment=dev"} | |
2017/10/16 14:16:08 [DEBUG] Attempting to open CLI config file: /Users/joss/.terraformrc | |
2017/10/16 14:16:08 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/10/16 14:16:08 [DEBUG] CLI Config is main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:""} | |
2017/10/16 14:16:08 [INFO] CLI command args: []string{"plan", "-var", "aws_profile=dev", "--var", "environment=dev"} | |
2017/10/16 14:16:08 [TRACE] module source "../../../../modules/oxa-rds" | |
2017/10/16 14:16:08 [TRACE] Preserving existing state lineage "051d9201-7b03-4657-97d1-604d624374cc" | |
2017/10/16 14:16:08 [TRACE] Preserving existing state lineage "051d9201-7b0 |