From 3da542ddf1d20ca9802b6047cd1b7f89d592217e Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 31 May 2019 13:00:30 +0200 Subject: [PATCH] Update import paths --- container/container_test.go | 2 +- crypto/hash/hash.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/container_test.go b/container/container_test.go index 8143f9c..643b331 100644 --- a/container/container_test.go +++ b/container/container_test.go @@ -5,7 +5,7 @@ import ( "errors" "testing" - "github.com/Safing/safing-core/utils" + "github.com/Safing/portbase/utils" ) var ( diff --git a/crypto/hash/hash.go b/crypto/hash/hash.go index 2f0d965..3b550d2 100644 --- a/crypto/hash/hash.go +++ b/crypto/hash/hash.go @@ -10,7 +10,7 @@ import ( "fmt" "io" - "github.com/Safing/safing-core/formats/varint" + "github.com/Safing/portbase/formats/varint" ) type Hash struct {