Raccoon is a high-throughput, low-latency service to collect events in real-time from your web, mobile apps, and services using multiple network protocols.
Description
When trying to install the Go Raccoon client, the module download fails with the error message.
go: github.com/raystack/raccoon/clients/go@latest (v0.0.0-20240710154126-beabdf2e8805) requires go.buf.build/raystack/gw/raystack/proton@v1.1.131: unrecognized import path "go.buf.build/raystack/gw/raystack/proton": https fetch: Get "https://go.buf.build/raystack/gw/raystack/proton?go-get=1": dial tcp: lookup go.buf.build on 49.205.72.130:53: no such host
To Reproduce
$ mkdir go-raccoon-example
$ cd go-raccoon-example
$ go mod init go-raccoon-example
$ go get github.com/raystack/raccoon/clients/go
go: github.com/raystack/raccoon/clients/go@latest (v0.0.0-20240710154126-beabdf2e8805) requires go.buf.build/raystack/gw/raystack/proton@v1.1.131: unrecognized import path "go.buf.build/raystack/gw/raystack/proton": https fetch: Get "https://go.buf.build/raystack/gw/raystack/proton?go-get=1": dial tcp: lookup go.buf.build on 49.205.72.130:53: no such host
Expected behavior
Download of the go client should happen without any errors.
Description When trying to install the Go Raccoon client, the module download fails with the error message.
go: github.com/raystack/raccoon/clients/go@latest (v0.0.0-20240710154126-beabdf2e8805) requires go.buf.build/raystack/gw/raystack/proton@v1.1.131: unrecognized import path "go.buf.build/raystack/gw/raystack/proton": https fetch: Get "https://go.buf.build/raystack/gw/raystack/proton?go-get=1": dial tcp: lookup go.buf.build on 49.205.72.130:53: no such host
To Reproduce
Expected behavior Download of the go client should happen without any errors.
Additional context
go env