From b0b5f6e8765bd7048873a48acb016f374dfc5e44 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Fri, 8 Dec 2023 13:32:44 +0100 Subject: [PATCH] cmd/validate: re-enable go run ...@latest now that unsafe dep sums are dropped Signed-off-by: Pierre Fenoll --- go.mod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/go.mod b/go.mod index f60509aba..1f135376a 100644 --- a/go.mod +++ b/go.mod @@ -2,12 +2,6 @@ module github.com/getkin/kin-openapi go 1.20 -exclude ( - // these versions contain a nil pointer CVE - gopkg.in/yaml.v3 v3.0.0 - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -) - require ( github.com/go-openapi/jsonpointer v0.19.6 github.com/gorilla/mux v1.8.0