Skip to content

Commit

Permalink
Merge pull request #3 from dmcgowan/stores-imports
Browse files Browse the repository at this point in the history
Use endophage for client imports
  • Loading branch information
diogomonica committed Apr 27, 2015
2 parents b3c7aab + 850cf9a commit ce50da4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"io"
"io/ioutil"

"github.com/flynn/go-tuf/data"
"github.com/flynn/go-tuf/keys"
"github.com/flynn/go-tuf/signed"
"github.com/flynn/go-tuf/util"
"github.com/endophage/go-tuf/data"
"github.com/endophage/go-tuf/keys"
"github.com/endophage/go-tuf/signed"
"github.com/endophage/go-tuf/util"
)

// LocalStore is local storage for downloaded top-level metadata.
Expand Down

0 comments on commit ce50da4

Please sign in to comment.