[🚀] git -> gitea

This commit is contained in:
2024-07-31 16:49:14 +08:00
parent ca965f7d07
commit 55488a023e
35 changed files with 71 additions and 71 deletions

View File

@@ -10,7 +10,7 @@ import (
"net/url"
"strings"
"git.bvbej.com/bvbej/base-golang/pkg/time_parse"
"gitea.bvbej.com/bvbej/base-golang/pkg/time_parse"
)
// Generate

View File

@@ -11,7 +11,7 @@ import (
"strings"
"time"
"git.bvbej.com/bvbej/base-golang/pkg/time_parse"
"gitea.bvbej.com/bvbej/base-golang/pkg/time_parse"
)
func (s *signature) Verify(authorization, date string, path string, method string, params url.Values) (ok bool, err error) {