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

NO-ISSUE: Bump github.com/ory/dockertest/v3 from 3.6.3 to 3.9.1 #109

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
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ require (
github.com/aws/aws-sdk-go v1.34.28
github.com/buger/jsonparser v1.1.1
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/containers/image/v5 v5.7.0
github.com/coreos/ignition/v2 v2.9.0
github.com/coreos/vcontext v0.0.0-20201120045928-b0e13dab675c
github.com/danielerez/go-dns-client v0.0.0-20200630114514-0b60d1703f0b
github.com/diskfs/go-diskfs v1.1.2-0.20210216073915-ba492710e2d8
github.com/dustin/go-humanize v1.0.0
github.com/filanov/stateswitch v0.0.0-20200714113403-51a42a34c604
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/go-openapi/errors v0.20.1
github.com/go-openapi/loads v0.20.2
Expand Down Expand Up @@ -50,25 +47,25 @@ require (
github.com/openshift/generic-admission-server v1.14.1-0.20210422140326-da96454c926d
github.com/openshift/hive/apis v0.0.0-20210506000654-5c038fb05190
github.com/openshift/machine-api-operator v0.2.1-0.20201002104344-6abfb5440597
github.com/ory/dockertest/v3 v3.6.3
github.com/ory/dockertest/v3 v3.9.1
github.com/ovirt/go-ovirt-client v0.7.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.49.0
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/slok/go-http-metrics v0.8.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/thedevsaddam/retry v0.0.0-20200324223450-9769a859cc6d
github.com/thoas/go-funk v0.8.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
go.elastic.co/apm/module/apmhttp v1.11.0
go.elastic.co/apm/module/apmlogrus v1.11.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
golang.org/x/tools v0.1.5 // indirect
gopkg.in/ini.v1 v1.51.0
gopkg.in/square/go-jose.v2 v2.3.1
Expand Down
Loading