-
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.
- Loading branch information
SnakeHacker
committed
Mar 20, 2020
1 parent
e852338
commit 7c23a36
Showing
2 changed files
with
243 additions
and
0 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 |
---|---|---|
@@ -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.