diff options
Diffstat (limited to 'signer/core/auditlog.go')
-rw-r--r-- | signer/core/auditlog.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/signer/core/auditlog.go b/signer/core/auditlog.go index 142e794f5..b2eafc89e 100644 --- a/signer/core/auditlog.go +++ b/signer/core/auditlog.go @@ -21,11 +21,11 @@ import ( "encoding/json" - "github.com/dexon-foundation/dexon/accounts" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/hexutil" - "github.com/dexon-foundation/dexon/internal/ethapi" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/accounts" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/hexutil" + "github.com/tangerine-network/go-tangerine/internal/ethapi" + "github.com/tangerine-network/go-tangerine/log" ) type AuditLogger struct { |