diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
commit | 75b7b13781a355c49889f54110ed07434dec2d95 (patch) | |
tree | de6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /json | |
parent | cf289e64743647b158ebcc85b4c7aade0d345067 (diff) |
->kesim.org
Diffstat (limited to 'json')
-rw-r--r-- | json/json.go | 2 | ||||
-rw-r--r-- | json/json_test.go | 2 | ||||
-rw-r--r-- | json/profile/json.go | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/json/json.go b/json/json.go index ca1a905..e651e3b 100644 --- a/json/json.go +++ b/json/json.go @@ -1,7 +1,7 @@ package json import ( - . "github.com/oec/goparsify" + . "kesim.org/goparsify" ) var ( diff --git a/json/json_test.go b/json/json_test.go index 097bc34..7f5e02e 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" + "kesim.org/goparsify" ) func TestUnmarshal(t *testing.T) { diff --git a/json/profile/json.go b/json/profile/json.go index d02b5fa..c95aeea 100644 --- a/json/profile/json.go +++ b/json/profile/json.go @@ -7,8 +7,8 @@ import ( "runtime" "runtime/pprof" - "github.com/oec/goparsify" - "github.com/oec/goparsify/json" + "kesim.org/goparsify" + "kesim.org/goparsify/json" ) var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file") |