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

fix(deps): bump github.com/orlangure/gnomock from 0.12.1 to 0.23.0 #366

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
25 changes: 9 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,36 @@ go 1.13

require (
cloud.google.com/go/storage v1.19.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
github.com/facebook/ent v0.5.3
github.com/gin-gonic/gin v1.7.1
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.5.0
github.com/google/uuid v1.2.0
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.1
github.com/google/uuid v1.3.0
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/grafov/m3u8 v0.11.1
github.com/jinzhu/configor v1.2.1
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.1
github.com/mailru/easyjson v0.7.3 // indirect
github.com/lib/pq v1.10.7
github.com/mattn/go-sqlite3 v1.14.7
github.com/minio/minio-go/v7 v7.0.20
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v1.0.0-rc9 // indirect
github.com/orlangure/gnomock v0.12.1
github.com/orlangure/gnomock v0.23.0
github.com/ory/dockertest v3.3.5+incompatible
github.com/rakyll/statik v0.1.7
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/zap v1.16.0
go.uber.org/zap v1.23.0
google.golang.org/api v0.65.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/h2non/gock.v1 v1.0.16
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
Expand Down
Loading