diff options
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 |
commit | 7c62ed1a6b8f0397355d12298de09ab996764991 (patch) | |
tree | 02ba30cbcb3b10fd1e5e6043fad3efae0f4ab475 /json/json_test.go | |
parent | ef954d857ce5a6e9952f7d6487662b6b164a127c (diff) |
vektah -> oec to make it self-contained
Diffstat (limited to 'json/json_test.go')
-rw-r--r-- | json/json_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |