-
I have installed golang as follows
```
go version go1.18.3 linux/amd64
```
When I use `go get github.com/prasmussen/gdrive`, I got
```
go: go.mod file not found in current directory or any paren…
-
Following the installation instructions does not work for debian.
One of the package dependencies no longer supports golang 1.15.
Adding backports to get golang 1.17 solves that problem. However, …
-
Benjamin, firstly thank you for your code; it is exactly what I was looking for and is the reason I am switching to go. I have not had much experience with go, and for this reason, I have hit a roadbl…
-
This has been reported in https://github.com/prometheus/prometheus/issues/5813.
TL;DR: if project X wants to consume `github.com/prometheus/alertmanager/api/v2/client`, it needs to depend on the `g…
-
I encountered a message that "does not contain package gorgonia.org/gorgonia/examples/mnist" when I do "go get gorgonia.org/gorgonia/examples/mnist@v0.9.17".
- environment
```
$ pwd; whoami…
-
Should start adding some examples of SPDX documents for Golang:
- simple example with just standard library
- example with vendored single third party dependency
- example with vendored transitiv…
-
# Problem
``` console
user@host:~/go/src/myprog$ go mod tidy
go: finding module for package github.com/golang/protobuf/jsonpb/jsonpb_test_proto
github.corp.qc/qc/bidding-rate-card-service/intern…
-
### What version of Go are you using (`go version`)?
$ go version
1.13.7
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are yo…
-
In gomodule/redigo#440, a nested `github.com/gomodule/redigo/redis` module was created and subsequently removed from the `github.com/gomodule/redigo` repository: today, the nested module does not exis…
-
(The purpose of this report is to alert `standup-raven/standup-raven` to the possible problems when `standup-raven/standup-raven` try to upgrade the following dependencies)
## An error will happen …