v0.0.506 allow empty-string as value for enum
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 7m36s

This commit is contained in:
2024-08-22 11:45:02 +02:00
parent 9c8cde384f
commit 03a9b276d8
4 changed files with 6 additions and 4 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/rs/zerolog v1.33.0
go.mongodb.org/mongo-driver v1.16.1
golang.org/x/crypto v0.26.0
golang.org/x/sys v0.23.0
golang.org/x/sys v0.24.0
golang.org/x/term v0.23.0
)