mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
Executable
+8
@@ -0,0 +1,8 @@
|
||||
// Package app contains tool imports to ensure required dependencies are included
|
||||
// in the module graph even if they're not directly referenced in the code.
|
||||
// This prevents "go mod tidy" from removing necessary indirect dependencies.
|
||||
package app
|
||||
|
||||
import (
|
||||
_ "cosmossdk.io/orm"
|
||||
)
|
||||
Reference in New Issue
Block a user