From 61febeb2d8ed11cdf5bc4d8a8450ca8fe6a4ffaf Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 27 Sep 2018 15:59:10 +0200 Subject: [PATCH] Fix import --- container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/container.go b/container/container.go index 0ce304f..1c9a5e3 100644 --- a/container/container.go +++ b/container/container.go @@ -4,7 +4,7 @@ package container import ( "errors" - "github.com/Safing/safing-core/formats/varint" + "github.com/Safing/portbase/formats/varint" ) // Container is []byte sclie on steroids, allowing for quick data appending, prepending and fetching as well as transparent error transportation. (Error transportation requires use of varints for data)