From 3fb5b019a733f67bb264760cef9c8c928e6b6ba9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Jul 2021 20:21:20 +0000 Subject: [PATCH] update mongo library --- src/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/go.mod b/src/go.mod index 71335d0..e84dbfa 100644 --- a/src/go.mod +++ b/src/go.mod @@ -20,10 +20,10 @@ require ( github.com/schollz/sqlite3dump v1.2.4 // indirect github.com/securitybunker/databunker/src/storage v0.0.0 github.com/securitybunker/jsonschema v0.2.1-0.20201128224651-d77c1a3cb787 - github.com/tidwall/gjson v1.5.0 + github.com/tidwall/gjson v1.6.5 github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect github.com/ttacon/libphonenumber v1.1.0 - go.mongodb.org/mongo-driver v1.4.2 + go.mongodb.org/mongo-driver v1.5.1 golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c gopkg.in/yaml.v2 v2.2.8