Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(go.mod): add new dependencies for validation, testing, and othe… #1

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

cropalato
Copy link
Owner

…r indirect packages to enhance project functionality and maintain compatibility with external libraries

feat(go.sum): add new dependencies for improved functionality and compatibility with external libraries

feat(conf.go): add validation rules to ApprovRule and Config struct fields
feat(conf.go): implement validation of configuration using go-playground/validator/v10
test(conf_test.go): add unit tests for NewConfig function to test configuration loading
test(varenv_test.go): add unit tests for LookupEnvOrString, LookupEnvOrInt, and LookupEnvOrBool functions

…r indirect packages to enhance project functionality and maintain compatibility with external libraries

feat(go.sum): add new dependencies for improved functionality and compatibility with external libraries

feat(conf.go): add validation rules to ApprovRule and Config struct fields
feat(conf.go): implement validation of configuration using go-playground/validator/v10
test(conf_test.go): add unit tests for NewConfig function to test configuration loading
test(varenv_test.go): add unit tests for LookupEnvOrString, LookupEnvOrInt, and LookupEnvOrBool functions
@cropalato cropalato merged commit ee11884 into main Aug 24, 2024
3 checks passed
@cropalato cropalato deleted the test branch August 25, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant