Skip to content

Commit

Permalink
Fixup client imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Oct 5, 2023
1 parent f42c822 commit 720dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/handle_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 720dfdd

Please sign in to comment.