-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
70 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
module github.com/dhui/satomic | ||
|
||
require ( | ||
cloud.google.com/go v0.34.0 // indirect | ||
github.com/DATA-DOG/go-sqlmock v1.3.0 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f | ||
github.com/dhui/dhrand v0.1.0 | ||
github.com/dhui/dktest v0.1.0 | ||
github.com/dhui/dktest v0.3.0 | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/lib/pq v1.0.0 | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
google.golang.org/appengine v1.3.0 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/sirupsen/logrus v1.3.0 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect | ||
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters