From 8c64ee581e9cda9030c79c3d85a5ac76d8fd1bca Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Mon, 20 Jan 2020 13:54:36 +0100 Subject: Update jsongo dep Change-Id: I10dfbaa38de67835a84f5112d6b16bbe466c3bfe Signed-off-by: Ondrej Fabry --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e2f335b..cff5c18 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.fd.io/govpp.git go 1.12 require ( - github.com/bennyscetbun/jsongo v0.0.0-20160422144625-5240b3f82c66 + github.com/bennyscetbun/jsongo v1.1.0 github.com/fsnotify/fsnotify v0.0.0-20170329110642-4da3e2cfbabc github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff github.com/golang/protobuf v1.3.2 // indirect -- cgit 1.2.3-korg