Skip to content

Commit

Permalink
bump mudler/entities to v0.6.0 (#156)
Browse files Browse the repository at this point in the history
* bump mudler/entities to v0.6.0

Signed-off-by: Mauro Morales <[email protected]>

* Run go mod tidy before the tests are executed

---------

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jun 10, 2024
1 parent 0446b4e commit d633c44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 121 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fmt:

.PHONY: test
test:
go mod tidy -compat=1.20
go run github.com/onsi/ginkgo/v2/ginkgo -race -r ./...

.PHONY: coverage
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/mauromorales/xpasswd v0.3.0
github.com/moby/moby v24.0.9+incompatible
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49
github.com/mudler/entities v0.0.0-20240606103849-caa372976495
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.33.0
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -78,7 +78,6 @@ require (
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3 // indirect
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/mod v0.14.0 // indirect
Expand Down
Loading

0 comments on commit d633c44

Please sign in to comment.