Skip to content

Commit

Permalink
Update module name to orenbm
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbm committed Oct 23, 2019
1 parent b0d280c commit a148b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
@@ -1,8 +1,9 @@
module github.com/denisenkom/go-mssqldb
module github.com/orenbm/go-mssqldb

go 1.11

require (
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
)
2 changes: 2 additions & 0 deletions go.sum
@@ -1,3 +1,5 @@
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0 h1:epsH3lb7KVbXHYk7LYGN5EiE0MxcevHU85CKITJ0wUY=
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c h1:Vj5n4GlwjmQteupaxJ9+0FNOmBrHfq7vN4btdGoDZgI=
Expand Down

0 comments on commit a148b04

Please sign in to comment.