mirror of
https://github.com/documize/community.git
synced 2025-08-03 04:25:25 +02:00
Update go deps
This commit is contained in:
parent
a5dfa6ee39
commit
05df22ed4a
27 changed files with 6567 additions and 5430 deletions
12
go.mod
12
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/documize/community
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
|
@ -12,7 +12,6 @@ require (
|
|||
github.com/documize/glick v0.0.0-20160503134043-a8ccbef88237
|
||||
github.com/documize/html-diff v0.0.0-20160503140253-f61c192c7796
|
||||
github.com/documize/slug v1.1.1
|
||||
github.com/elazarl/go-bindata-assetfs v1.0.0
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
||||
github.com/golang/protobuf v1.4.0 // indirect
|
||||
|
@ -39,3 +38,12 @@ require (
|
|||
gopkg.in/ldap.v3 v3.1.0
|
||||
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fatih/structs v1.0.0 // indirect
|
||||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
||||
github.com/trivago/tgo v1.0.1 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
google.golang.org/protobuf v1.21.0 // indirect
|
||||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue