From 720dfdd3213614804e7ff7e12eab6da79caa9217 Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Thu, 5 Oct 2023 08:22:06 -0500 Subject: [PATCH] Fixup client imports --- client/handle_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()