Skip to content

Commit

Permalink
Merge pull request #874 from huww98/cleanup2
Browse files Browse the repository at this point in the history
cleanup the go.mod
  • Loading branch information
k8s-ci-robot authored May 27, 2024
2 parents 6a8edf7 + c78667e commit dfb5068
Show file tree
Hide file tree
Showing 120 changed files with 5,143 additions and 1,033 deletions.
16 changes: 0 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,3 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace (
github.com/beorn7/perks => github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/evanphx/json-patch => github.com/evanphx/json-patch v3.0.0+incompatible
github.com/google/go-cmp => github.com/google/go-cmp v0.5.0
github.com/google/gofuzz => github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.2.0
github.com/json-iterator/go => github.com/json-iterator/go v1.1.5
github.com/modern-go/reflect2 => github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/pkg/errors => github.com/pkg/errors v0.8.1
github.com/spf13/pflag => github.com/spf13/pflag v1.0.3
github.com/stretchr/testify => github.com/stretchr/testify v1.3.0
google.golang.org/appengine => google.golang.org/appengine v1.4.0
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.2
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.1.0
)
97 changes: 82 additions & 15 deletions go.sum

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions vendor/github.com/evanphx/json-patch/.gitignore

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

16 changes: 0 additions & 16 deletions vendor/github.com/evanphx/json-patch/.travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/evanphx/json-patch/LICENSE

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

320 changes: 304 additions & 16 deletions vendor/github.com/evanphx/json-patch/README.md

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

Loading

0 comments on commit dfb5068

Please sign in to comment.