-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Few commits past after go-imap 1.0-rc.1 include useful fixes, so we use them.
- Loading branch information
Showing
2 changed files
with
36 additions
and
21 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,21 +1,23 @@ | ||
module github.com/foxcpp/go-imap-sql | ||
|
||
require ( | ||
github.com/emersion/go-imap v1.0.0-rc.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emersion/go-imap v1.0.0-rc.1.0.20190609205151-1bdc3f86477c | ||
github.com/emersion/go-imap-appendlimit v0.0.0-20190308131241-25671c986a6a | ||
github.com/emersion/go-message v0.10.3 | ||
github.com/foxcpp/go-imap-backend-tests v0.0.0-20190531145654-b31cc656e51d | ||
github.com/emersion/go-message v0.10.4-0.20190609165112-592ace5bc1ca | ||
github.com/foxcpp/go-imap-backend-tests v0.0.0-20190609205803-d16f38cb23ad | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/google/go-cmp v0.3.0 // indirect | ||
github.com/json-iterator/go v1.1.6 | ||
github.com/lib/pq v1.0.0 | ||
github.com/lib/pq v1.1.1 | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/urfave/cli v1.20.0 | ||
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c | ||
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect | ||
google.golang.org/appengine v1.5.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 | ||
golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect | ||
google.golang.org/appengine v1.6.1 // indirect | ||
gotest.tools v2.2.0+incompatible | ||
) |
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