1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00
documize/vendor/github.com/denisenkom/go-mssqldb/go.mod
sauls8t 32dbab826d Bumped database driver dependencies
Latest used for MySQL, SQL Server and PostgreSQL
2019-08-15 14:51:40 +01:00

10 lines
250 B
Modula-2

module github.com/denisenkom/go-mssqldb
go 1.11
require (
cloud.google.com/go v0.37.4
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)