Bump github.com/google/uuid from 1.3.0 to 1.5.0 #787
Annotations
10 errors
Analyze (go)
cannot use (*immutableTree)(nil) (value of type *immutableTree) as type Tree in variable declaration:
|
Analyze (go)
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as type Tree in variable declaration:
|
Analyze (go)
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
|
Analyze (go)
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
|
Analyze (go)
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
|
Analyze (go)
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
|
Analyze (go)
impossible type switch case: *immutableTree
|
Analyze (go)
impossible type switch case: *iavl.MutableTree
|
Analyze (go)
impossible type switch case: *immutableTree
|
Analyze (go)
impossible type switch case: *iavl.MutableTree
|