mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Bumped underlying dependencies affecting database and LDAP connectivity. Bumped to Go v1.14.3 and released v3.8.0.
8 lines
182 B
Modula-2
8 lines
182 B
Modula-2
module github.com/denisenkom/go-mssqldb
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
|
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
|
|
)
|