From a0f5917061b56568ea60c37199536f79632ed4b1 Mon Sep 17 00:00:00 2001 From: jloup Date: Tue, 15 May 2018 20:53:51 +0200 Subject: Use vgo in place of dep. --- Gopkg.lock | 290 ------------------------------------------------------------- Gopkg.toml | 82 ----------------- go.mod | 30 +++++++ 3 files changed, 30 insertions(+), 372 deletions(-) delete mode 100644 Gopkg.lock delete mode 100644 Gopkg.toml create mode 100644 go.mod diff --git a/Gopkg.lock b/Gopkg.lock deleted file mode 100644 index 2a6ae4f..0000000 --- a/Gopkg.lock +++ /dev/null @@ -1,290 +0,0 @@ -# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. - - -[[projects]] - name = "github.com/BurntSushi/toml" - packages = ["."] - revision = "b26d9c308763d68093482582cea63d69be07a0f0" - version = "v0.3.0" - -[[projects]] - name = "github.com/Masterminds/semver" - packages = ["."] - revision = "c7af12943936e8c39859482e61f0574c2fd7fc75" - version = "v1.4.2" - -[[projects]] - name = "github.com/Masterminds/sprig" - packages = ["."] - revision = "6b2a58267f6a8b1dc8e2eb5519b984008fa85e8c" - version = "v2.15.0" - -[[projects]] - name = "github.com/Sirupsen/logrus" - packages = ["."] - revision = "c155da19408a8799da419ed3eeb0cb5db0ad5dbc" - version = "v1.0.5" - -[[projects]] - name = "github.com/aokoli/goutils" - packages = ["."] - revision = "3391d3790d23d03408670993e957e8f408993c34" - version = "v1.0.1" - -[[projects]] - name = "github.com/boombuler/barcode" - packages = [ - ".", - "qr", - "utils" - ] - revision = "3cfea5ab600ae37946be2b763b8ec2c1cf2d272d" - version = "v1.0.0" - -[[projects]] - branch = "master" - name = "github.com/dchest/authcookie" - packages = ["."] - revision = "fbdef6e998665bcb27a2227f39d840dbfc62a918" - -[[projects]] - branch = "master" - name = "github.com/dchest/passwordreset" - packages = ["."] - revision = "642cf836ac8dfd4ddec7a28cbef7b00da0807812" - -[[projects]] - name = "github.com/dgrijalva/jwt-go" - packages = ["."] - revision = "06ea1031745cb8b3dab3f6a236daf2b0aa468b7e" - version = "v3.2.0" - -[[projects]] - name = "github.com/gin-contrib/cors" - packages = ["."] - revision = "cf4846e6a636a76237a28d9286f163c132e841bc" - version = "v1.2" - -[[projects]] - branch = "master" - name = "github.com/gin-contrib/sse" - packages = ["."] - revision = "22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae" - -[[projects]] - name = "github.com/gin-gonic/gin" - packages = [ - ".", - "binding", - "render" - ] - revision = "d459835d2b077e44f7c9b453505ee29881d5d12d" - version = "v1.2" - -[[projects]] - name = "github.com/go-pg/migrations" - packages = ["."] - revision = "91a824bb86a910befc819700ec6e21858c41b022" - version = "v6.2.0" - -[[projects]] - name = "github.com/go-pg/pg" - packages = [ - ".", - "internal", - "internal/parser", - "internal/pool", - "orm", - "types" - ] - revision = "5b73ce88484575f3480edf393237f6bf79d5f166" - version = "v6.11.2" - -[[projects]] - name = "github.com/go-redis/redis" - packages = [ - ".", - "internal", - "internal/consistenthash", - "internal/hashtag", - "internal/pool", - "internal/proto", - "internal/singleflight", - "internal/util" - ] - revision = "877867d2845fbaf86798befe410b6ceb6f5c29a3" - version = "v6.10.2" - -[[projects]] - name = "github.com/golang/protobuf" - packages = ["proto"] - revision = "b4deda0973fb4c70b50d226b1af49f3da59f5265" - version = "v1.1.0" - -[[projects]] - name = "github.com/google/uuid" - packages = ["."] - revision = "064e2069ce9c359c118179501254f67d7d37ba24" - version = "0.2" - -[[projects]] - name = "github.com/huandu/xstrings" - packages = ["."] - revision = "2bf18b218c51864a87384c06996e40ff9dcff8e1" - version = "v1.0.0" - -[[projects]] - name = "github.com/imdario/mergo" - packages = ["."] - revision = "7fe0c75c13abdee74b09fcacef5ea1c6bba6a874" - version = "0.2.4" - -[[projects]] - branch = "master" - name = "github.com/jaytaylor/html2text" - packages = ["."] - revision = "64a82a6d140778896f13303121a49d8cb8007034" - -[[projects]] - branch = "master" - name = "github.com/jinzhu/inflection" - packages = ["."] - revision = "04140366298a54a039076d798123ffa108fff46c" - -[[projects]] - branch = "master" - name = "github.com/jloup/poloniex" - packages = ["."] - revision = "72d53259a0b28f1778281d7a9f7b20469d8c0171" - -[[projects]] - branch = "master" - name = "github.com/jloup/utils" - packages = ["."] - revision = "3e7b2ea67e9637d153f53ef5ff148f23ee5274d4" - -[[projects]] - name = "github.com/matcornic/hermes" - packages = ["."] - revision = "23ab47deb5a321481be0c4936b810c1420da2262" - version = "1.1.1" - -[[projects]] - name = "github.com/mattn/go-isatty" - packages = ["."] - revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39" - version = "v0.0.3" - -[[projects]] - name = "github.com/mattn/go-runewidth" - packages = ["."] - revision = "9e777a8366cce605130a531d2cd6363d07ad7317" - version = "v0.0.2" - -[[projects]] - branch = "master" - name = "github.com/olekukonko/tablewriter" - packages = ["."] - revision = "d4647c9c7a84d847478d890b816b7d8b62b0b279" - -[[projects]] - name = "github.com/pquerna/otp" - packages = [ - ".", - "hotp", - "totp" - ] - revision = "b7b89250c468c06871d3837bee02e2d5c155ae19" - version = "v1.0.0" - -[[projects]] - branch = "master" - name = "github.com/shopspring/decimal" - packages = ["."] - revision = "2df3e6ddaf6e9531dd02d7b6337f2d310f5e4f22" - -[[projects]] - branch = "master" - name = "github.com/shurcooL/sanitized_anchor_name" - packages = ["."] - revision = "86672fcb3f950f35f2e675df2240550f2a50762f" - -[[projects]] - branch = "master" - name = "github.com/ssor/bom" - packages = ["."] - revision = "6386211fdfcf24c0bfbdaceafd02849ed9a8a509" - -[[projects]] - name = "github.com/ugorji/go" - packages = ["codec"] - revision = "b4c50a2b199d93b13dc15e78929cfb23bfdf21ab" - version = "v1.1.1" - -[[projects]] - branch = "master" - name = "golang.org/x/crypto" - packages = [ - "bcrypt", - "blowfish", - "pbkdf2", - "scrypt", - "ssh/terminal" - ] - revision = "8b1d31080a7692e075c4681cb2458454a1fe0706" - -[[projects]] - branch = "master" - name = "golang.org/x/net" - packages = [ - "html", - "html/atom", - "websocket" - ] - revision = "640f4622ab692b87c2f3a94265e6f579fe38263d" - -[[projects]] - branch = "master" - name = "golang.org/x/sys" - packages = [ - "unix", - "windows" - ] - revision = "78d5f264b493f125018180c204871ecf58a2dce1" - -[[projects]] - branch = "v3" - name = "gopkg.in/alexcesaro/quotedprintable.v3" - packages = ["."] - revision = "2caba252f4dc53eaf6b553000885530023f54623" - -[[projects]] - name = "gopkg.in/go-playground/validator.v8" - packages = ["."] - revision = "5f1438d3fca68893a817e4a66806cea46a9e4ebf" - version = "v8.18.2" - -[[projects]] - name = "gopkg.in/gomail.v2" - packages = ["."] - revision = "41f3572897373c5538c50a2402db15db079fa4fd" - version = "2.0.0" - -[[projects]] - name = "gopkg.in/russross/blackfriday.v2" - packages = ["."] - revision = "cadec560ec52d93835bf2f15bd794700d3a2473b" - version = "v2.0.0" - -[[projects]] - name = "gopkg.in/yaml.v2" - packages = ["."] - revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183" - version = "v2.2.1" - -[solve-meta] - analyzer-name = "dep" - analyzer-version = 1 - inputs-digest = "9df92ae3bbf81638f86228e1daacd75bd4f6d0afbfc449742e7f28fdefffdc46" - solver-name = "gps-cdcl" - solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml deleted file mode 100644 index 31e55bd..0000000 --- a/Gopkg.toml +++ /dev/null @@ -1,82 +0,0 @@ -# Gopkg.toml example -# -# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html -# for detailed Gopkg.toml documentation. -# -# required = ["github.com/user/thing/cmd/thing"] -# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] -# -# [[constraint]] -# name = "github.com/user/project" -# version = "1.0.0" -# -# [[constraint]] -# name = "github.com/user/project2" -# branch = "dev" -# source = "github.com/myfork/project2" -# -# [[override]] -# name = "github.com/x/y" -# version = "2.4.0" -# -# [prune] -# non-go = false -# go-tests = true -# unused-packages = true - - -[[constraint]] - name = "github.com/dgrijalva/jwt-go" - version = "3.1.0" - -[[constraint]] - name = "github.com/gin-contrib/cors" - version = "1.2.0" - -[[constraint]] - name = "github.com/gin-gonic/gin" - version = "1.2.0" - -[[constraint]] - name = "github.com/go-pg/pg" - version = "6.9.3" - -[[constraint]] - branch = "master" - name = "github.com/jloup/utils" - -[[constraint]] - name = "github.com/pquerna/otp" - version = "1.0.0" - -[[constraint]] - branch = "master" - name = "golang.org/x/crypto" - -[prune] - go-tests = true - unused-packages = true - -[[constraint]] - branch = "master" - name = "github.com/jloup/poloniex" - -[[constraint]] - branch = "master" - name = "github.com/shopspring/decimal" - -[[constraint]] - name = "github.com/go-redis/redis" - version = "6.10.2" - -[[constraint]] - branch = "master" - name = "github.com/dchest/passwordreset" - -[[override]] - name = "github.com/dchest/authcookie" - branch = "master" - -[[constraint]] - name = "github.com/matcornic/hermes" - version = "1.1.1" diff --git a/go.mod b/go.mod new file mode 100644 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 +) -- cgit v1.2.3