File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
docs/taproot-assets/examples/basic-price-oracle Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,12 @@ module basic-price-oracle
22
33go 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
139require (
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)
Original file line number Diff line number Diff line change @@ -435,6 +435,8 @@ github.com/lightninglabs/neutrino/cache v1.1.2 h1:C9DY/DAPaPxbFC+xNNEI/z1SJY9GS3
435435github.com/lightninglabs/neutrino/cache v1.1.2 /go.mod h1:XJNcgdOw1LQnanGjw8Vj44CvguYA25IMKjWFZczwZuo =
436436github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display h1:Y2WiPkBS/00EiEg0qp0FhehxnQfk3vv8U6Xt3nN+rTY =
437437github.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 =
438440github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY =
439441github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb /go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI =
440442github.com/lightningnetwork/lnd v0.19.0-beta.rc2.0.20250423092132-a35ace7371af h1:+t8N7kmI7YVu7Hzv8pPiMVCTjnSRi/qOxbAkXa5rn+0 =
You can’t perform that action at this time.
0 commit comments