Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fanxiaolong committed Jan 13, 2020
1 parent b3aa2f1 commit c476ea2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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.4.1
github.com/godcong/chronos v0.0.0-20191031191102-b99d2144d954
github.com/go-sql-driver/mysql v1.5.0
github.com/godcong/chronos v0.0.2
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,8 +12,12 @@ require (
github.com/spf13/cobra v0.0.5
github.com/xormsharp/builder v0.3.6
github.com/xormsharp/xorm v1.0.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
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/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
golang.org/x/tools v0.0.0-20200113154838-30cae5f2fb06 // indirect
)

go 1.13

0 comments on commit c476ea2

Please sign in to comment.