-
I'm running into a strange quirk. I need to build and use the [`nomad` API](https://github.com/hashicorp/nomad/tree/master/api). Mirroring something similar to what `dep` had produced, I have the fo…
sean- updated
6 years ago
-
**Describe the bug**
Current error message during AWS Auth Role initialization when using Terraform:
`* unable to resolve ARN "arn:aws:sts::123456789012:role/dev" to internal ID: &awserr.requestEr…
-
When running `make lint` or `bin/linters.sh -s HEAD^`, the linter crashes with a `SIGSEGV`
```
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime …
-
Currently all CRI container runtime uses the [streaming server library](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/streaming/server.go) to support container streaming.
…
-
@kubernetes/sig-testing-bugs
/sig testing
Upon following the documentation located here: https://github.com/kubernetes/test-infra/tree/master/kubetest
it fails for me when i try an do # go get -u …
-
➜ rpcx git:(master) go get -u -v github.com/smallnest/rpcx/...
github.com/smallnest/rpcx (download)
github.com/edwingeng/doublejump (download)
github.com/dgryski/go-jump (download)
github…
-
I am trying to analyze the gardener repository which is implemented in golang [1].
```bash
gardener (master)]$ echo $GOPATH
/Users/d029788/src/go
gardener (master)]$ pwd
/Users/d029788/src/go/s…
msohn updated
5 years ago
-
### What version of `dep` are you using (`dep version`)?
v0.3.0-248-gd3e738d
### What `dep` command did you run?
`dep init -v` (see output below)
### What did you expect to see?
Dep bui…
-
### What version of `dep` are you using (`dep version`)?
dep:
version : v0.4.1
build date : 2018-01-27
git hash : 37d9ea0
go version : go1.9.3
go compiler : gc
platform : darw…
-
As athens is intended for the world of Go modules, it would seem reasonable to add a go.mod file so that it can be managed in that way.
FWIW, here's a working go.mod file as of commit 051f3884e1fcd…