Skip to content

Commit

Permalink
cleanup: Remove cilium/checkmate dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed May 14, 2024
1 parent 0c84e6a commit 73b3704
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 2,057 deletions.
5 changes: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ linters-settings:
- testing
- github.com/stretchr/testify/assert
reason: "gocheck has been deprecated, see https://github.com/cilium/cilium/issues/28596"
- github.com/cilium/checkmate:
recommendations:
- github.com/stretchr/testify/assert
- github.com/stretchr/testify/require
reason: "cilium/checkmate has been deprecated, see https://github.com/cilium/cilium/issues/28596"
- go.uber.org/multierr:
recommendations:
- errors
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ require (
github.com/aws/smithy-go v1.20.2
github.com/blang/semver/v4 v4.0.0
github.com/bombsimon/logrusr/v4 v4.1.0
github.com/cilium/checkmate v1.0.3
github.com/cilium/coverbee v0.3.2
github.com/cilium/deepequal-gen v0.0.0-20231116094812-0d6c075c335f
github.com/cilium/dns v1.1.51-0.20240416134107-d47d0dd702a1
Expand Down
3 changes: 0 additions & 3 deletions go.sum

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

4 changes: 0 additions & 4 deletions vendor/github.com/cilium/checkmate/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/cilium/checkmate/.travis.yml

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/cilium/checkmate/LICENSE

This file was deleted.

41 changes: 0 additions & 41 deletions vendor/github.com/cilium/checkmate/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/cilium/checkmate/TODO

This file was deleted.

187 changes: 0 additions & 187 deletions vendor/github.com/cilium/checkmate/benchmark.go

This file was deleted.

0 comments on commit 73b3704

Please sign in to comment.