Skip to content

Commit

Permalink
feat(storage): s3 tests - dockertest
Browse files Browse the repository at this point in the history
fix(storage): remove logs

feat(storage): s3 tests with dockertest

feat(storage): remove gcs tests
  • Loading branch information
ayshiff committed Jan 17, 2021
1 parent 796f13d commit f168624
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 11 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ go 1.13

require (
cloud.google.com/go/storage v1.12.0
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
github.com/facebook/ent v0.5.3
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/locales v0.13.0
Expand All @@ -17,8 +21,11 @@ require (
github.com/mailru/easyjson v0.7.3 // indirect
github.com/mattn/go-sqlite3 v1.14.6
github.com/minio/minio-go/v7 v7.0.6
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/orlangure/gnomock v0.11.0
github.com/ory/dockertest v3.3.5+incompatible
github.com/ory/dockertest/v3 v3.6.3 // indirect
github.com/rakyll/statik v0.1.7
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.1.1
Expand All @@ -30,6 +37,8 @@ require (
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
google.golang.org/api v0.36.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/h2non/gock.v1 v1.0.16
Expand Down
Loading

0 comments on commit f168624

Please sign in to comment.