Skip to content

Commit

Permalink
returning sql server driver
Browse files Browse the repository at this point in the history
driver import was accidentally removed awhile ago. Surprisingly it took us that long to face the consequences.
  • Loading branch information
Oleg Trutnev committed Jul 14, 2021
1 parent 5f14deb commit b093cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cyberdelia/lzo v0.0.0-20171006181345-d85071271a6f
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/denisenkom/go-mssqldb v0.9.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
Expand Down
1 change: 1 addition & 0 deletions internal/databases/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"strings"
"time"

_ "github.com/denisenkom/go-mssqldb"
"github.com/wal-g/storages/storage"
"github.com/wal-g/tracelog"
"github.com/wal-g/wal-g/internal"
Expand Down

0 comments on commit b093cbd

Please sign in to comment.