Skip to content

Commit a5a133a

Browse files
committed
feat: update protobuf-gen-go-lite to v0.8.0
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 59113b8 commit a5a133a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

example/example.pb.go

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

example/other/other.pb.go

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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
77

88
replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20240410105224-e24cb05f9e98 // master
99

10-
require github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
10+
require github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
1111

1212
require github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect

go.mod.tools

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replace (
1212

1313
require (
1414
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
15-
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
15+
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
1616
github.com/aperturerobotics/starpc v0.35.0 // latest
1717
)
1818

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
22
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
3-
github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg=
4-
github.com/aperturerobotics/protobuf-go-lite v0.7.0/go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM=
3+
github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6HuOElg3YYNhp4AAPQc=
4+
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=

go.sum.tools

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ github.com/aperturerobotics/goprotowrap v0.3.1 h1:nFCWZ4QNQEzpsgCN1mVWLDVTF/Jm0h
140140
github.com/aperturerobotics/goprotowrap v0.3.1/go.mod h1:5tRlYsb4VF0ySzx2/My3u9PtzTWNu5o2bqYHj0TRw+U=
141141
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 h1:jjQCud+wqlAoe+35nfTyuDzGk3tiG5t1BMFlRXHvg3A=
142142
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
143-
github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg=
144-
github.com/aperturerobotics/protobuf-go-lite v0.7.0/go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM=
143+
github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6HuOElg3YYNhp4AAPQc=
144+
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
145145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo=
146146
github.com/aperturerobotics/starpc v0.35.0/go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc=
147147
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace (
1414
require (
1515
github.com/aperturerobotics/common v0.15.4 // latest
1616
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
17-
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
17+
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
1818
github.com/aperturerobotics/starpc v0.35.0 // latest
1919
)
2020

tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ github.com/aperturerobotics/goprotowrap v0.3.1 h1:nFCWZ4QNQEzpsgCN1mVWLDVTF/Jm0h
140140
github.com/aperturerobotics/goprotowrap v0.3.1/go.mod h1:5tRlYsb4VF0ySzx2/My3u9PtzTWNu5o2bqYHj0TRw+U=
141141
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 h1:jjQCud+wqlAoe+35nfTyuDzGk3tiG5t1BMFlRXHvg3A=
142142
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
143-
github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg=
144-
github.com/aperturerobotics/protobuf-go-lite v0.7.0/go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM=
143+
github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6HuOElg3YYNhp4AAPQc=
144+
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
145145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo=
146146
github.com/aperturerobotics/starpc v0.35.0/go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc=
147147
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

0 commit comments

Comments
 (0)