Skip to content

Commit

Permalink
removed replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Flom committed Oct 6, 2021
1 parent 38b791f commit e72d9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/RedHatGov/bundle
go 1.16

require (
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
github.com/blang/semver/v4 v4.0.0
github.com/bshuster-repo/logrus-logstash-hook v1.0.2 // indirect
github.com/containerd/containerd v1.4.8
github.com/containerd/containerd v1.5.2
github.com/containers/image/v5 v5.15.2
github.com/docker/distribution v2.7.1+incompatible
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-containerregistry v0.6.0
github.com/google/uuid v1.2.0
github.com/joelanford/ignore v0.0.0-20210610194209-63d4919d8fb2
github.com/mattn/go-sqlite3 v1.14.8 // indirect
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
)

replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7
//github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7
github.com/apcera/gssapi => github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b
k8s.io/apimachinery => github.com/openshift/kubernetes-apimachinery v0.0.0-20210730111815-c26349f8e2c9
k8s.io/cli-runtime => github.com/openshift/kubernetes-cli-runtime v0.0.0-20210730111823-1570202448c3
Expand Down

0 comments on commit e72d9a3

Please sign in to comment.