You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(verity-go): correct Go module path to match GitHub repository
The module was named "cryptpilot-verity-go" but README instructs
users to import from "github.com/openanolis/cryptpilot/verity-go".
Update go.mod and all internal imports to use the correct module
path so the package is actually usable via go get.
0 commit comments