fix(gomod): go modules with tagged versions (#499)

fix: go modules with tagged versions
This commit is contained in:
MadDogOwner
2025-07-01 09:54:50 +08:00
committed by GitHub
parent 9442013b37
commit 874dc292ae
461 changed files with 1623 additions and 1623 deletions

View File

@@ -3,7 +3,7 @@ package setting
import (
"strconv"
"github.com/OpenListTeam/OpenList/internal/op"
"github.com/OpenListTeam/OpenList/v4/internal/op"
)
func GetStr(key string, defaultValue ...string) string {