-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An attempt to work around a gopkg.in/module error in a dependency (#100)
* An attempt to work around a gopkg.in/module error in a dependency * replace go-sqlmock module to new source in tests
- Loading branch information
1 parent
14db23e
commit 71bbc39
Showing
4 changed files
with
20 additions
and
3 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,17 +1,21 @@ | ||
module github.com/harlow/kinesis-consumer | ||
|
||
require ( | ||
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect | ||
github.com/alicebob/miniredis v2.5.0+incompatible | ||
github.com/apex/log v1.0.0 | ||
github.com/aws/aws-sdk-go v1.15.0 | ||
github.com/go-ini/ini v1.38.1 // indirect | ||
github.com/go-redis/redis v6.15.2+incompatible | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/gomodule/redigo v2.0.0+incompatible // indirect | ||
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84 | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect | ||
google.golang.org/appengine v1.6.1 // indirect | ||
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 | ||
gopkg.in/redis.v5 v5.2.9 // 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