Skip to content

Commit

Permalink
remove some pinned dependencies
Browse files Browse the repository at this point in the history
we can remove the pinned dependencies:

knative.dev/eventing to v0.39.0
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Nov 18, 2024
1 parent f34eefc commit de1812c
Show file tree
Hide file tree
Showing 355 changed files with 47,454 additions and 19,457 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,21 @@ require (
)

require (
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.0.0-20240712172937-3ce6b2f1f011 // indirect
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/rickb777/plural v1.4.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.uber.org/atomic v1.11.0 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
)

replace (
github.com/PuerkitoBio/goquery => github.com/PuerkitoBio/goquery v1.9.2
github.com/imdario/mergo => dario.cat/mergo v1.0.1
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5
knative.dev/eventing => knative.dev/eventing v0.39.0
sigs.k8s.io/json => sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
)
Expand Down Expand Up @@ -92,7 +95,6 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic v0.7.0 // indirect
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
Expand Down
1,090 changes: 14 additions & 1,076 deletions go.sum

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions vendor/github.com/antlr/antlr4/runtime/Go/antlr/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

159 changes: 159 additions & 0 deletions vendor/github.com/antlr/antlr4/runtime/Go/antlr/atn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de1812c

Please sign in to comment.