Skip to content

Commit b7d0d20

Browse files
Merge pull request #789 from dereknola/main
Define a `go_package` for protobuf, rename to a more unique `ipns-record.proto`
2 parents 11b5100 + 34a082c commit b7d0d20

File tree

5 files changed

+273
-272
lines changed

5 files changed

+273
-272
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following emojis are used to highlight certain changes:
2929
### Fixed
3030

3131
- `gateway` Fix redirect URLs for subdirectories with characters that need escaping. [#779](https://github.com/ipfs/boxo/pull/779)
32+
- `ipns` Defined a `go_package` name in `ipns-record.proto` to avoid protobuf conflicts [#789](https://github.com/ipfs/boxo/pull/789)
3233

3334
### Security
3435

ipns/pb/ipns-record.pb.go

+270
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ipns/pb/record.proto renamed to ipns/pb/ipns-record.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package g.yxqyang.asia.boxo.ipns.pb;
44

5-
option go_package = ".;pb";
5+
option go_package = "github.com/ipfs/boxo/ipns/pb";
66

77
// https://specs.ipfs.tech/ipns/ipns-record/#record-serialization-format
88
message IpnsRecord {

0 commit comments

Comments
 (0)