You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 250B

12345678910
  1. module github.com/denisenkom/go-mssqldb
  2. go 1.11
  3. require (
  4. cloud.google.com/go v0.37.4
  5. golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
  6. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  7. gopkg.in/yaml.v2 v2.2.2 // indirect
  8. )