Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fork #28

Closed
wants to merge 2 commits into from
Closed

fork #28

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Update go.mod"
This reverts commit c476ea2.
  • Loading branch information
fanxiaolong committed Jan 13, 2020
commit 2975d10def468f72ad67ca431adceb7d92377c11
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/godcong/fate

require (
github.com/go-sql-driver/mysql v1.5.0
github.com/godcong/chronos v0.0.2
github.com/go-sql-driver/mysql v1.4.1
github.com/godcong/chronos v0.0.0-20191031191102-b99d2144d954
github.com/godcong/go-trait v0.0.0-20190816072228-f216e906756e
github.com/godcong/yi v1.0.2
github.com/goextension/log v0.0.2
Expand All @@ -12,12 +12,8 @@ require (
github.com/spf13/cobra v0.0.5
github.com/xormsharp/builder v0.3.6
github.com/xormsharp/xorm v1.0.0
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
golang.org/x/tools v0.0.0-20200113154838-30cae5f2fb06 // indirect
)

go 1.13