-
I have a setup with rust-libp2p node running in a browser and using webtransport-websys. It's connected to a go-libp2p node using webtransport and tries to exchange messages using bitswap. Both bi…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Renovate…
-
## Summary
The Sentry go module is dependent upon a number of third-party modules that have recognised security vulnerabilities.
- github.com/kataras/iris/v12 - v12.1.8
This affects all versions of…
-
**Description**
We are using github.com/google/go-containerregistry v0.5.1 and trying to upgrade to v0.7.0. This version forces an upgrade of some other dependencies as well. I believe that the…
-
```
go get -u github.com/libp2p/go-libp2p
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
# github.com/libp2p/go-libp2p/p2p/pr…
-
It fails on the second run of this function, first run created the cluster, then i edited it to add the clusterInstance the second run threw this exception.
Code
```
func createDatastore(ctx *p…
ronoc updated
4 years ago
-
Seems to be related to go modules in some way? /shrug
`go version go1.12.4 linux/amd64`
```
GO111MODULE=on go get -u github.com/conprof/conprof
go: finding github.com/conprof/conprof latest
go: f…
-
I am trying to build the project following instructions using latest go `1.12.6` but i get the following error:
```
user@host:~# go get -u github.com/cycloidio/terracognita
# github.com/cycloidi…