Skip to content

Commit

Permalink
Update go get buf.build in README.md
Browse files Browse the repository at this point in the history
The old import path stopped working. 

```
go get go.buf.build/protocolbuffers/go/prometheus/prometheus
go: unrecognized import path "go.buf.build/protocolbuffers/go/prometheus/prometheus": https fetch: Get "https://go.buf.build/protocolbuffers/go/prometheus/prometheus?go-get=1": dial tcp: lookup go.buf.build on 192.168.2.1:53: no such host
```

We should instead tell users to use the new import paths. 

Signed-off-by: Matthias Loibl <[email protected]>
  • Loading branch information
metalmatze authored Feb 15, 2024
1 parent a93859a commit 0b38a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ We are publishing our Remote Write protobuf independently at
You can use that as a library:

```shell
go get go.buf.build/protocolbuffers/go/prometheus/prometheus
go get buf.build/gen/go/prometheus/prometheus/protocolbuffers/go@latest
```

This is experimental.
Expand Down

0 comments on commit 0b38a5b

Please sign in to comment.