-
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.
Merge pull request #2 from iminders/mickey
Mickey
- Loading branch information
Showing
4 changed files
with
374 additions
and
27 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module github.com/tradingAI | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/gobuffalo/packr/v2 v2.8.0 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/jinzhu/gorm v1.9.12 | ||
github.com/minio/minio-go/v6 v6.0.50 | ||
github.com/rs/cors v1.7.0 | ||
github.com/stretchr/testify v1.5.1 | ||
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) |
Oops, something went wrong.