diff --git a/client/handle_http.go b/client/handle_http.go index ccfd322f3..fe7d182fb 100644 --- a/client/handle_http.go +++ b/client/handle_http.go @@ -39,13 +39,13 @@ import ( grab "github.com/cavaliercoder/grab" log "github.com/sirupsen/logrus" - "github.com/spf13/viper" "github.com/studio-b12/gowebdav" "github.com/vbauerster/mpb/v8" "github.com/vbauerster/mpb/v8/decor" "github.com/pelicanplatform/pelican/config" namespaces "github.com/pelicanplatform/pelican/namespaces" + "github.com/pelicanplatform/pelican/param" ) var p = mpb.New()