Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jul 9, 2024
1 parent 0950286 commit e0ecf90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions webdav/handler/method_put.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/kouprlabs/voltaserve/webdav/client"
"github.com/kouprlabs/voltaserve/webdav/helper"
"github.com/kouprlabs/voltaserve/webdav/infra"
"github.com/minio/minio-go/v7"
"io"
"net/http"
"os"
Expand Down
1 change: 1 addition & 0 deletions webdav/infra/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ package infra
import (
"context"
"github.com/kouprlabs/voltaserve/webdav/config"
"github.com/redis/go-redis/v9"
"strings"
)

Expand Down
1 change: 1 addition & 0 deletions webdav/infra/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"context"
"errors"
"github.com/kouprlabs/voltaserve/webdav/config"
"github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"
"io"
"strings"
Expand Down

0 comments on commit e0ecf90

Please sign in to comment.