revert module name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module filestore
|
||||
module github.com/tenrok/filestore
|
||||
|
||||
go 1.23.6
|
||||
|
||||
@@ -24,3 +24,5 @@ require (
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace github.com/tenrok/filestore/remote => ./remote
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"filestore/remote"
|
||||
"github.com/tenrok/filestore/remote"
|
||||
)
|
||||
|
||||
var _ http.FileSystem = (*HttpFS)(nil)
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/minio/minio-go/v7"
|
||||
"github.com/minio/minio-go/v7/pkg/credentials"
|
||||
|
||||
"filestore/remote"
|
||||
"github.com/tenrok/filestore/remote"
|
||||
)
|
||||
|
||||
const defaultFileMode = 0o755
|
||||
|
||||
Reference in New Issue
Block a user