1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 23:15:29 +02:00

Update go deps

This commit is contained in:
HarveyKandola 2021-08-18 19:38:43 -04:00
parent a5dfa6ee39
commit 05df22ed4a
27 changed files with 6567 additions and 5430 deletions

3
vendor/gopkg.in/ldap.v3/go.mod generated vendored
View file

@ -1,3 +0,0 @@
module gopkg.in/ldap.v3
require gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d

2
vendor/gopkg.in/ldap.v3/go.sum generated vendored
View file

@ -1,2 +0,0 @@
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM=
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d/go.mod h1:cuepJuh7vyXfUyUwEgHQXw849cJrilpS5NeIjOWESAw=

5
vendor/gopkg.in/yaml.v2/go.mod generated vendored
View file

@ -1,5 +0,0 @@
module "gopkg.in/yaml.v2"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)