diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ | |||
1 | module git.immae.eu/Cryptoportfolio/Front.git | ||
2 | |||
3 | require ( | ||
4 | github.com/BurntSushi/toml v0.3.0 | ||
5 | github.com/Sirupsen/logrus v1.0.5 | ||
6 | github.com/boombuler/barcode v1.0.0 | ||
7 | github.com/dchest/authcookie v0.0.0-20120917135355-fbdef6e99866 | ||
8 | github.com/dchest/passwordreset v0.0.0-20120723102225-642cf836ac8d | ||
9 | github.com/dgrijalva/jwt-go v0.0.0-20180308231308-06ea1031745c | ||
10 | github.com/gin-contrib/cors v0.0.0-20180514151808-6f0a820f94be | ||
11 | github.com/gin-gonic/gin v0.0.0-20170217112900-d459835 | ||
12 | github.com/go-pg/migrations v0.0.0-20180402111514-91a824bb86a9 | ||
13 | github.com/go-pg/pg v0.0.0-20170506123510-ed44c5533572 | ||
14 | github.com/go-redis/redis v0.0.0-20180511083301-bc49453a24e1 | ||
15 | github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
16 | github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a | ||
17 | github.com/jloup/poloniex v0.0.0-20180323161816-72d53259a0b2 | ||
18 | github.com/jloup/utils v0.0.0-20180226165002-3e7b2ea67e96 | ||
19 | github.com/matcornic/hermes v1.1.0 | ||
20 | github.com/mattn/go-isatty v0.0.3 | ||
21 | github.com/pquerna/otp v1.0.0 | ||
22 | github.com/shopspring/decimal v0.0.0-20180319170823-2df3e6ddaf6e | ||
23 | golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78 | ||
24 | golang.org/x/sys v0.0.0-20180514143608-7c87d13f8e83 | ||
25 | gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a | ||
26 | gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e | ||
27 | gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df | ||
28 | gopkg.in/pg.v3 v3.5.6 | ||
29 | gopkg.in/yaml.v2 v2.2.1 | ||
30 | ) | ||