diff --git a/endpointmanager/cmd/chplquerier/main.go b/endpointmanager/cmd/chplquerier/main.go index 920a5baef..2c352aaac 100644 --- a/endpointmanager/cmd/chplquerier/main.go +++ b/endpointmanager/cmd/chplquerier/main.go @@ -2,15 +2,15 @@ package main import ( "context" - "net/http" - "strings" - "time" - "github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/chplquerier" "github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/config" "github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/endpointmanager/postgresql" "github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/helpers" log "github.com/sirupsen/logrus" + "net/http" + "os" + "strings" + "time" "github.com/spf13/viper" )