Skip to content

Commit

Permalink
go.mod: remove k8s.io replace directive
Browse files Browse the repository at this point in the history
upstream knative/pkg seem to have fixed the issue refered in the
comment, so let's delete this.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Jun 10, 2024
1 parent c79fd09 commit f4d5e4c
Show file tree
Hide file tree
Showing 34 changed files with 25 additions and 1,677 deletions.
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ require (
sigs.k8s.io/yaml v1.4.0
)

// TODO: Remove this once https://github.com/knative/pkg/issues/2759 is fixed
replace (
k8s.io/api => k8s.io/api v0.29.2
k8s.io/apimachinery => k8s.io/apimachinery v0.29.2
k8s.io/client-go => k8s.io/client-go v0.29.2
k8s.io/code-generator => k8s.io/code-generator v0.29.2
)

require (
code.gitea.io/sdk/gitea v0.18.0
github.com/go-jose/go-jose/v3 v3.0.3
Expand Down
1,110 changes: 21 additions & 1,089 deletions go.sum

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f4d5e4c

Please sign in to comment.