aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2020-01-20 13:54:36 +0100
committerOndrej Fabry <ofabry@cisco.com>2020-01-27 14:04:19 +0100
commit8c64ee581e9cda9030c79c3d85a5ac76d8fd1bca (patch)
treef549dde543672639a392a8f14353cca5fd84e3d5 /go.mod
parente095944d454ba6ff09861d8732ddd8d25a2329de (diff)
Update jsongo dep
Change-Id: I10dfbaa38de67835a84f5112d6b16bbe466c3bfe Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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