refactor(app-config): delete duplicate ibcwasm module entries
* delete redundant ibcwasmtypes.modulename entries from module lists
* delete redundant ibcwasmtypes.modulename entries from module lists
* update `github.com/fatih/color` to v1.18.0 * update `github.com/golang/snappy` to a newer patch version
* update go module dependencies in `go.work.sum`
* update golangci-lint and its related packages * refactor go.mod and go.work.sum for dependency alignment * delete unused import in `app/app_config.go`
* update golang builder image to 1.24.3
* update cosmossdk.io modules * add ibc-go wasm light client * update various indirect go modules and checksums
* add necessary imports for wasm client module * add wasm client module store key * add wasm client keeper configuration and instantiation * add wasm client module to ibc client keeper routes * add wasm client module to app module registration
* add `wasmclientkeeper` to app * add 08-wasm snapshot extension * add 08-wasm pinned codes initialization
* add ibc wasm module to the application
* update golang base image from 1.23.8 to 1.24.3
* add ibc wasm light client module to app configuration
* update go version to 1.24.0 and toolchain to 1.24.5 * update core cosmossdk.io modules to newer versions * add new ibc-go wasm light client module dependency * update various indirect dependencies * add protobuf and linting tool requirements to go.mod
* add necessary imports for the ibc 08-wasm module * add kv store key for the 08-wasm module * initialize the ibc 08-wasm keeper with its configuration * register the 08-wasm light client module to the ibc client keeper * add the 08-wasm module to the application module manager * register the 08-wasm module in the registeribc function