mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2026-05-06 23:31:59 +08:00
fix(gomod): go modules with tagged versions (#499)
fix: go modules with tagged versions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user