File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
docs/taproot-assets/examples/basic-price-oracle Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ require (
50
50
github.com/docker/go-connections v0.5.0 // indirect
51
51
github.com/docker/go-units v0.5.0 // indirect
52
52
github.com/dustin/go-humanize v1.0.1 // indirect
53
- github.com/felixge/httpsnoop v1.0.4 // indirect
54
53
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
55
54
github.com/go-errors/errors v1.0.1 // indirect
56
55
github.com/go-logr/logr v1.4.2 // indirect
57
56
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
59
58
github.com/gogo/protobuf v1.3.2 // indirect
60
59
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
61
60
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
207
207
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
208
208
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
209
209
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 =
212
212
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
213
213
github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
214
214
github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0 =
You can’t perform that action at this time.
0 commit comments