]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - go.mod
Use vgo in place of dep.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / go.mod
diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..478aaeb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,30 @@
+module git.immae.eu/Cryptoportfolio/Front.git
+
+require (
+       github.com/BurntSushi/toml v0.3.0
+       github.com/Sirupsen/logrus v1.0.5
+       github.com/boombuler/barcode v1.0.0
+       github.com/dchest/authcookie v0.0.0-20120917135355-fbdef6e99866
+       github.com/dchest/passwordreset v0.0.0-20120723102225-642cf836ac8d
+       github.com/dgrijalva/jwt-go v0.0.0-20180308231308-06ea1031745c
+       github.com/gin-contrib/cors v0.0.0-20180514151808-6f0a820f94be
+       github.com/gin-gonic/gin v0.0.0-20170217112900-d459835
+       github.com/go-pg/migrations v0.0.0-20180402111514-91a824bb86a9
+       github.com/go-pg/pg v0.0.0-20170506123510-ed44c5533572
+       github.com/go-redis/redis v0.0.0-20180511083301-bc49453a24e1
+       github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
+       github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
+       github.com/jloup/poloniex v0.0.0-20180323161816-72d53259a0b2
+       github.com/jloup/utils v0.0.0-20180226165002-3e7b2ea67e96
+       github.com/matcornic/hermes v1.1.0
+       github.com/mattn/go-isatty v0.0.3
+       github.com/pquerna/otp v1.0.0
+       github.com/shopspring/decimal v0.0.0-20180319170823-2df3e6ddaf6e
+       golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78
+       golang.org/x/sys v0.0.0-20180514143608-7c87d13f8e83
+       gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a
+       gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e
+       gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
+       gopkg.in/pg.v3 v3.5.6
+       gopkg.in/yaml.v2 v2.2.1
+)