Added new mongo driver dependencies in glide

This commit is contained in:
Trial97
2018-11-16 18:12:16 +02:00
committed by Dan Christian Bogos
parent 174bbbb3ef
commit 79c371abc7
2 changed files with 84 additions and 1 deletions

73
glide.lock generated
View File

@@ -109,4 +109,77 @@ imports:
version: 07935b1c0f2e6f0efa02c98cd70e223d70218955
- name: github.com/antchfx/xpath
version: 3de91f3991a1af6e495d49c9218318b5544b20e3
- name: github.com/davecgh/go-spew
version: d8f796af33cc11cb798c1aaeb27a4ebc5099927d
subpackages:
- spew
- name: github.com/go-stack/stack
version: 2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a
- name: github.com/golang/snappy
version: 2e65f85255dbc3072edf28d6b5b8efc472979f5a
- name: github.com/Masterminds/semver
version: c7af12943936e8c39859482e61f0574c2fd7fc75
- name: github.com/mongodb/mongo-go-driver
version: 53671960ce090c91e7f647f04e09ed469ce22f09
subpackages:
- bson
- bson/bsoncodec
- bson/bsoncore
- bson/bsonrw
- bson/bsontype
- bson/decimal
- bson/elements
- bson/objectid
- bson/parser
- bson/parser/ast
- core/address
- core/auth
- core/auth/internal/gssapi
- core/command
- core/compressor
- core/connection
- core/connstring
- core/description
- core/dispatch
- core/event
- core/readconcern
- core/readpref
- core/result
- core/session
- core/tag
- core/topology
- core/uuid
- core/version
- core/wiremessage
- core/writeconcern
- examples/documentation_examples
- internal
- mongo
- options
- name: github.com/pmezard/go-difflib
version: 792786c7400a136282c1664665ae0a8db921c6c2
subpackages:
- difflib
- name: github.com/stretchr/testify
version: f35b8ab0b5a2cef36673838d662e249dd9c94686
subpackages:
- assert
- require
- name: github.com/xdg/scram
version: 7eeb5667e42c09cb51bf7b7c28aea8c56767da90
- name: github.com/xdg/stringprep
version: 73f8eece6fdcd902c185bf651de50f3828bed5ed
- name: golang.org/x/crypto
version: 3d3f9f413869b949e48070b5bc593aa22cc2b8f2
subpackages:
- pbkdf2
- name: golang.org/x/sync
version: 42b317875d0fa942474b76e1b46a6060d720ae6e
subpackages:
- semaphore
- name: golang.org/x/text
version: ceefd2213ed29504fff30155163c8f59827734f3
subpackages:
- transform
- unicode/norm
testImports: []

View File

@@ -42,4 +42,14 @@ import:
- package: github.com/cgrates/ltcache
- package: github.com/dlintw/goconf
- package: github.com/antchfx/xmlquery
- package: github.com/antchfx/xpath
- package: github.com/antchfx/xpath
- package: github.com/mongodb/mongo-go-driver
subpackages:
- bson
- mongo
- options
- package: github.com/stretchr/testify
subpackages:
- require
- package: github.com/Masterminds/semver
version: ^1.4.2