This commit is contained in:
shoopea 2024-01-20 11:02:25 +01:00
parent f9157dbec1
commit 42ddb5a83e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import (
"runtime"
"strings"
d "github.com/studio-b12/gowebdav"
d "git.siteop.biz/shoopea/gowebdav"
)
func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/studio-b12/gowebdav
module git.siteop.biz/shoopea/gowebdav
go 1.17