Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/gin-gonic/gin from 1.4.0 to 1.7.7 #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 59 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,78 +1,117 @@
module github.com/decentraland/content-service

require (
github.com/DataDog/datadog-go v2.2.0+incompatible
github.com/aws/aws-sdk-go v1.15.47
github.com/decentraland/dcl-gin v0.0.0-20190703152958-d628aa1ca82b
github.com/ethereum/go-ethereum v1.8.17
github.com/fatih/structs v1.0.0
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-redis/redis v6.14.1+incompatible
github.com/golang/mock v1.1.1
github.com/google/uuid v1.0.0
github.com/ipsn/go-ipfs v0.0.0-20181218231732-efbfe11f7e03
github.com/magiconair/properties v1.8.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.4.0
github.com/toorop/gin-logrus v0.0.0-20190701131413-6c374ad36b67
gopkg.in/go-playground/validator.v9 v9.23.0
gopkg.in/segmentio/analytics-go.v3 v3.0.1
)

require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/DataDog/datadog-go v2.2.0+incompatible
github.com/aws/aws-sdk-go v1.15.47
github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bren2010/proquint v0.0.0-20160323162903-38337c27106d // indirect
github.com/btcsuite/btcd v0.0.0-20180924021209-2a560b2036be // indirect
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/coreos/go-semver v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidlazar/go-crypto v0.0.0-20170701192655-dcfb0a7ac018 // indirect
github.com/decentraland/dcl-gin v0.0.0-20190703152958-d628aa1ca82b
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dgraph-io/badger v1.5.4 // indirect
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d // indirect
github.com/ethereum/go-ethereum v1.8.17
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/fatih/structs v1.0.0
github.com/fd/go-nat v1.0.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-check/check v0.0.0-20180628173108-788fd7840127 // indirect
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/go-redis/redis v6.14.1+incompatible
github.com/go-ini/ini v1.25.4 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/mock v1.1.1
github.com/golang/protobuf v1.3.3 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/uuid v1.0.0
github.com/gopherjs/gopherjs v0.0.0-20181004151105-1babbf986f6f // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/gxed/hashland v0.0.0-20180221191214-d9f6b97f8db2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/ipsn/go-ipfs v0.0.0-20181218231732-efbfe11f7e03
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/huin/goupnp v0.0.0-20180415215157-1395d1447324 // indirect
github.com/jackpal/gateway v1.0.4 // indirect
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jbenet/go-is-domain v0.0.0-20160119110217-ba9815c809e0 // indirect
github.com/jbenet/go-randbuf v0.0.0-20160322125720-674640a50e6a // indirect
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/miekg/dns v1.0.12 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/minio/sha256-simd v0.0.0-20171213220625-ad98a36ba0da // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mr-tron/base58 v0.0.0-20180922112544-9ad991d48a42 // indirect
github.com/onsi/ginkgo v1.6.0 // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.1
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect
github.com/sirupsen/logrus v1.2.0
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.3.0
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.2 // indirect
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d // indirect
github.com/toorop/gin-logrus v0.0.0-20190701131413-6c374ad36b67
github.com/tinylib/msgp v1.1.0 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436 // indirect
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
go4.org v0.0.0-20180809161055-417644f6feb5 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.16.1 // indirect
gopkg.in/go-playground/validator.v9 v9.23.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/segmentio/analytics-go.v3 v3.0.1
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading