Skip to content

Commit

Permalink
fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arcolife committed Dec 7, 2019
1 parent 5ab6f96 commit a41b4d2
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 924 deletions.
12 changes: 6 additions & 6 deletions httpclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"encoding/hex"
"errors"
"fmt"
"github.com/jfrog/jfrog-client-go/utils"
"github.com/jfrog/jfrog-client-go/utils/errorutils"
ioutils "github.com/jfrog/jfrog-client-go/utils/io"
"github.com/jfrog/jfrog-client-go/utils/io/fileutils"
"github.com/jfrog/jfrog-client-go/utils/io/httputils"
"github.com/jfrog/jfrog-client-go/utils/log"
"github.com/arcolife/jfrog-client-go/utils"
"github.com/arcolife/jfrog-client-go/utils/errorutils"
ioutils "github.com/arcolife/jfrog-client-go/utils/io"
"github.com/arcolife/jfrog-client-go/utils/io/fileutils"
"github.com/arcolife/jfrog-client-go/utils/io/httputils"
"github.com/arcolife/jfrog-client-go/utils/log"
"github.com/mholt/archiver"
"hash"
"io"
Expand Down
4 changes: 2 additions & 2 deletions httpclient/clientBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package httpclient
import (
"crypto/tls"
"errors"
"github.com/jfrog/jfrog-client-go/artifactory/auth/cert"
"github.com/jfrog/jfrog-client-go/utils/errorutils"
"github.com/arcolife/jfrog-client-go/artifactory/auth/cert"
"github.com/arcolife/jfrog-client-go/utils/errorutils"
"net"
"net/http"
"time"
Expand Down
4 changes: 2 additions & 2 deletions httpclient/retryableconnection.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package httpclient
import (
"bufio"
"errors"
"github.com/jfrog/jfrog-client-go/utils/errorutils"
"github.com/jfrog/jfrog-client-go/utils/log"
"github.com/arcolife/jfrog-client-go/utils/errorutils"
"github.com/arcolife/jfrog-client-go/utils/log"
"io"
"net/http"
"time"
Expand Down
8 changes: 4 additions & 4 deletions httpclient/retryableconnection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package httpclient
import (
"errors"
"fmt"
"github.com/jfrog/jfrog-client-go/utils/errorutils"
"github.com/jfrog/jfrog-client-go/utils/io/httputils"
"github.com/jfrog/jfrog-client-go/utils/log"
"github.com/jfrog/jfrog-client-go/utils/tests"
"github.com/arcolife/jfrog-client-go/utils/errorutils"
"github.com/arcolife/jfrog-client-go/utils/io/httputils"
"github.com/arcolife/jfrog-client-go/utils/log"
"github.com/arcolife/jfrog-client-go/utils/tests"
"io"
"io/ioutil"
"net/http"
Expand Down
15 changes: 0 additions & 15 deletions tests/artifactory_test.go

This file was deleted.

291 changes: 0 additions & 291 deletions tests/artifactorydownload_test.go

This file was deleted.

Loading

0 comments on commit a41b4d2

Please sign in to comment.