Commit a5a133a 1 parent 59113b8 commit a5a133a Copy full SHA for a5a133a
File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
7
7
8
8
replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20240410105224-e24cb05f9e98 // master
9
9
10
- require github.com/aperturerobotics/protobuf-go-lite v0.7 .0 // latest
10
+ require github.com/aperturerobotics/protobuf-go-lite v0.8 .0 // latest
11
11
12
12
require github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ replace (
12
12
13
13
require (
14
14
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
16
16
github.com/aperturerobotics/starpc v0.35.0 // latest
17
17
)
18
18
Original file line number Diff line number Diff line change 1
1
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
2
2
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 =
5
5
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
6
6
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7
7
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ github.com/aperturerobotics/goprotowrap v0.3.1 h1:nFCWZ4QNQEzpsgCN1mVWLDVTF/Jm0h
140
140
github.com/aperturerobotics/goprotowrap v0.3.1/go.mod h1:5tRlYsb4VF0ySzx2/My3u9PtzTWNu5o2bqYHj0TRw+U=
141
141
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 h1:jjQCud+wqlAoe+35nfTyuDzGk3tiG5t1BMFlRXHvg3A=
142
142
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 =
145
145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo=
146
146
github.com/aperturerobotics/starpc v0.35.0/go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc=
147
147
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ replace (
14
14
require (
15
15
github.com/aperturerobotics/common v0.15.4 // latest
16
16
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
18
18
github.com/aperturerobotics/starpc v0.35.0 // latest
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ github.com/aperturerobotics/goprotowrap v0.3.1 h1:nFCWZ4QNQEzpsgCN1mVWLDVTF/Jm0h
140
140
github.com/aperturerobotics/goprotowrap v0.3.1 /go.mod h1:5tRlYsb4VF0ySzx2/My3u9PtzTWNu5o2bqYHj0TRw+U =
141
141
github.com/aperturerobotics/protobuf-go v1.33.1-0.20240516052628-4470bc019102 h1:jjQCud+wqlAoe+35nfTyuDzGk3tiG5t1BMFlRXHvg3A =
142
142
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 =
145
145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo =
146
146
github.com/aperturerobotics/starpc v0.35.0 /go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc =
147
147
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
You can’t perform that action at this time.
0 commit comments