Skip to content

Commit

Permalink
[ADD] go module
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeHacker committed Mar 20, 2020
1 parent e852338 commit 7c23a36
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 0 deletions.
16 changes: 16 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit 7c23a36

Please sign in to comment.