aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd/skate-derive-key/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/cmd/skate-derive-key/main.go')
-rw-r--r--skate/cmd/skate-derive-key/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/skate/cmd/skate-derive-key/main.go b/skate/cmd/skate-derive-key/main.go
index 25f6b8a..df44b70 100644
--- a/skate/cmd/skate-derive-key/main.go
+++ b/skate/cmd/skate-derive-key/main.go
@@ -30,7 +30,7 @@ import (
"git.archive.org/martin/cgraph/skate"
"git.archive.org/martin/cgraph/skate/parallel"
- jsoniter "github.com/json-iterator/go"
+ json "github.com/segmentio/encoding/json"
)
var (
@@ -52,7 +52,6 @@ var (
}
keyFunc skate.IdentifierKeyFunc
ok bool
- json = jsoniter.ConfigCompatibleWithStandardLibrary
)
func main() {