omissis/go-jsonschema

View on GitHub
scripts/golang-upgrade-deps.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e
set -o errexit -o nounset

go get -u ./... && go mod tidy