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/profile/json.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/profile/json.go') diff --git a/json/profile/json.go b/json/profile/json.go index b7d9733..d02b5fa 100644 --- a/json/profile/json.go +++ b/json/profile/json.go @@ -7,8 +7,8 @@ import ( "runtime" "runtime/pprof" - "github.com/vektah/goparsify" - "github.com/vektah/goparsify/json" + "github.com/oec/goparsify" + "github.com/oec/goparsify/json" ) var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file") -- cgit v1.2.3