summaryrefslogtreecommitdiff
path: root/json/profile/json.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2019-06-18 13:49:22 +0200
committerÖzgür Kesim <oec@codeblau.de>2019-06-18 13:49:22 +0200
commit7c62ed1a6b8f0397355d12298de09ab996764991 (patch)
tree02ba30cbcb3b10fd1e5e6043fad3efae0f4ab475 /json/profile/json.go
parentef954d857ce5a6e9952f7d6487662b6b164a127c (diff)
vektah -> oec to make it self-contained
Diffstat (limited to 'json/profile/json.go')
-rw-r--r--json/profile/json.go4
1 files changed, 2 insertions, 2 deletions
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")