From 7c62ed1a6b8f0397355d12298de09ab996764991 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 18 Jun 2019 13:49:22 +0200 Subject: vektah -> oec to make it self-contained --- json/json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/json_test.go') diff --git a/json/json_test.go b/json/json_test.go index 13f2e40..097bc34 100644 --- a/json/json_test.go +++ b/json/json_test.go @@ -6,9 +6,9 @@ import ( "os" + "github.com/oec/goparsify" parsecJson "github.com/prataprc/goparsec/json" "github.com/stretchr/testify/require" - "github.com/vektah/goparsify" ) func TestUnmarshal(t *testing.T) { -- cgit v1.2.3