Skip to content

Commit

Permalink
fix index generator ref (#222) (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Mar 11, 2024
1 parent dd51121 commit de91e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions registry-library/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/containerd/containerd v1.6.12
github.com/devfile/registry-support/index/generator v0.0.0
github.com/devfile/registry-support/index/generator v0.0.0-20240228144139-dd51121eae68
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.4.0
github.com/mitchellh/go-homedir v1.1.0
Expand Down Expand Up @@ -75,4 +75,4 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

replace github.com/devfile/registry-support/index/generator v0.0.0 => ../index/generator
replace github.com/devfile/registry-support/index/generator v0.0.0-20240228144139-dd51121eae68 => ../index/generator
2 changes: 1 addition & 1 deletion registry-library/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ github.com/containerd/containerd/remotes/docker/auth
github.com/containerd/containerd/remotes/docker/schema1
github.com/containerd/containerd/remotes/errors
github.com/containerd/containerd/version
# github.com/devfile/registry-support/index/generator v0.0.0 => ../index/generator
# github.com/devfile/registry-support/index/generator v0.0.0-20240228144139-dd51121eae68 => ../index/generator
## explicit; go 1.18
github.com/devfile/registry-support/index/generator/schema
# github.com/docker/cli v20.10.21+incompatible
Expand Down

0 comments on commit de91e5f

Please sign in to comment.