Skip to content

Commit 5a91f7e

Browse files
Merge pull request #832 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 461b60b + 6bac039 commit 5a91f7e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/taproot-assets/examples/basic-price-oracle/go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ module basic-price-oracle
22

33
go 1.23.6
44

5-
replace (
6-
github.com/lightninglabs/taproot-assets => ../../../
7-
8-
// We want to format raw bytes as hex instead of base64. The forked version
9-
// allows us to specify that as an option.
10-
google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
11-
)
5+
// We want to format raw bytes as hex instead of base64. The forked version
6+
// allows us to specify that as an option.
7+
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
128

139
require (
14-
github.com/lightninglabs/taproot-assets v0.5.0-rc1
10+
github.com/lightninglabs/taproot-assets v0.5.2-0.20250424095231-89a3e175feb0
1511
github.com/sirupsen/logrus v1.9.3
1612
google.golang.org/grpc v1.64.1
1713
)

docs/taproot-assets/examples/basic-price-oracle/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ github.com/lightninglabs/neutrino/cache v1.1.2 h1:C9DY/DAPaPxbFC+xNNEI/z1SJY9GS3
435435
github.com/lightninglabs/neutrino/cache v1.1.2/go.mod h1:XJNcgdOw1LQnanGjw8Vj44CvguYA25IMKjWFZczwZuo=
436436
github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display h1:Y2WiPkBS/00EiEg0qp0FhehxnQfk3vv8U6Xt3nN+rTY=
437437
github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
438+
github.com/lightninglabs/taproot-assets v0.5.2-0.20250424095231-89a3e175feb0 h1:6r4n5DDXQMuMV3/+y5v1vdBTJejpNUK54d58OarDoPw=
439+
github.com/lightninglabs/taproot-assets v0.5.2-0.20250424095231-89a3e175feb0/go.mod h1:6kQm7VC4yWAwczJaxfOWlCOQ4TuzfCLUkGKBwVONN7k=
438440
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY=
439441
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb/go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI=
440442
github.com/lightningnetwork/lnd v0.19.0-beta.rc2.0.20250423092132-a35ace7371af h1:+t8N7kmI7YVu7Hzv8pPiMVCTjnSRi/qOxbAkXa5rn+0=

0 commit comments

Comments
 (0)