v0.0.270 fix inversion of AssertDeepEqual
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 54s

This commit is contained in:
2023-09-25 11:35:03 +02:00
parent 4a1fb1ae18
commit a2ba283632
3 changed files with 5 additions and 3 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/jmoiron/sqlx v1.3.5
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.30.0
github.com/rs/zerolog v1.31.0
go.mongodb.org/mongo-driver v1.12.1
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0