Skip to content

Commit 928a0ed

Browse files
Merge pull request #869 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 5fc8f55 + bb1dfa6 commit 928a0ed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ require (
5050
github.com/docker/go-connections v0.5.0 // indirect
5151
github.com/docker/go-units v0.5.0 // indirect
5252
github.com/dustin/go-humanize v1.0.1 // indirect
53-
github.com/felixge/httpsnoop v1.0.4 // indirect
5453
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
5554
github.com/go-errors/errors v1.0.1 // indirect
5655
github.com/go-logr/logr v1.4.2 // indirect
5756
github.com/go-logr/stdr v1.2.2 // indirect
58-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
57+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5958
github.com/gogo/protobuf v1.3.2 // indirect
6059
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
6160
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
207207
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
208208
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
209209
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
210-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
211-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
210+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
211+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
212212
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
213213
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
214214
github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0=

0 commit comments

Comments
 (0)