File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import (
1818 "github.com/classic-terra/core/v4/app/keepers"
1919 appmempool "github.com/classic-terra/core/v4/app/mempool"
2020 terraappparams "github.com/classic-terra/core/v4/app/params"
21+
2122 // upgrades
2223 "github.com/classic-terra/core/v4/app/upgrades"
2324 // v9 had been used by tax2gas and has to be skipped
@@ -29,7 +30,7 @@ import (
2930 v13 "github.com/classic-terra/core/v4/app/upgrades/v13"
3031 v13_1 "github.com/classic-terra/core/v4/app/upgrades/v13_1"
3132 v14_1 "github.com/classic-terra/core/v4/app/upgrades/v14_1"
32- "github.com/classic-terra/core/v4/app/upgrades/v14_2"
33+ v14_2 "github.com/classic-terra/core/v4/app/upgrades/v14_2"
3334 v2 "github.com/classic-terra/core/v4/app/upgrades/v2"
3435 v3 "github.com/classic-terra/core/v4/app/upgrades/v3"
3536 v4 "github.com/classic-terra/core/v4/app/upgrades/v4"
@@ -42,6 +43,7 @@ import (
4243 v8_1 "github.com/classic-terra/core/v4/app/upgrades/v8_1"
4344 v8_2 "github.com/classic-terra/core/v4/app/upgrades/v8_2"
4445 v8_3 "github.com/classic-terra/core/v4/app/upgrades/v8_3"
46+
4547 // unnamed import of statik for swagger UI support
4648 _ "github.com/classic-terra/core/v4/client/docs/statik"
4749 customante "github.com/classic-terra/core/v4/custom/auth/ante"
You can’t perform that action at this time.
0 commit comments