chore: remove go mods from x/modules (#24522)

Co-authored-by: Đông Liều <93205232+DongLieu@users.noreply.github.com>
This commit is contained in:
DuongNguyen | Decentrio
2025-05-12 20:17:10 +00:00
committed by GitHub
co-authored by Đông Liều
parent 4e4cca1a24
commit 83acb8eba2
128 changed files with 1670 additions and 7777 deletions
@@ -3,10 +3,9 @@ package gogoreflection
import (
"reflect"
_ "github.com/cosmos/cosmos-proto" // look above
_ "github.com/cosmos/gogoproto/gogoproto" // required so it does register the gogoproto file descriptor
gogoproto "github.com/cosmos/gogoproto/proto"
_ "github.com/cosmos/cosmos-proto" // look above
"github.com/golang/protobuf/proto" //nolint:staticcheck // migrate in a future pr
)