diff --git a/go.mod b/go.mod index 2f4588f..0bdb34a 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,10 @@ module github.com/sv-tools/openapi go 1.21 +retract ( + v0.3.0 // due to a mistake, there is no real v0.3.0 release, it was pointed to v0.2.2 tag +) + require ( github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 github.com/stretchr/testify v1.8.4