Changing imports to match original repo

This commit is contained in:
Simon Boissonneault-Robert 2019-06-17 16:41:08 -04:00
parent fa21710f0b
commit 4f80722970
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
package connector package connector
import "github.com/loomnetwork/yubihsm-go/commands" import "github.com/certusone/yubihsm-go/commands"
type ( type (
// Connector implements a simple request interface with a YubiHSM2 // Connector implements a simple request interface with a YubiHSM2

View File

@ -7,7 +7,7 @@ import (
"net/http" "net/http"
"strings" "strings"
"github.com/loomnetwork/yubihsm-go/commands" "github.com/certusone/yubihsm-go/commands"
) )
type ( type (

View File

@ -6,9 +6,9 @@ import (
"sync" "sync"
"time" "time"
"github.com/loomnetwork/yubihsm-go/commands" "github.com/certusone/yubihsm-go/commands"
"github.com/loomnetwork/yubihsm-go/connector" "github.com/certusone/yubihsm-go/connector"
"github.com/loomnetwork/yubihsm-go/securechannel" "github.com/certusone/yubihsm-go/securechannel"
) )
type ( type (

View File

@ -10,8 +10,8 @@ import (
"sync" "sync"
"github.com/enceve/crypto/cmac" "github.com/enceve/crypto/cmac"
"github.com/loomnetwork/yubihsm-go/commands" "github.com/certusone/yubihsm-go/commands"
"github.com/loomnetwork/yubihsm-go/connector" "github.com/certusone/yubihsm-go/connector"
) )
type ( type (