Skip to content

Commit

Permalink
chore: update go modules to fix CVE-2021-38561 and CVE-2022-27191 (fl…
Browse files Browse the repository at this point in the history
  • Loading branch information
diafour authored May 11, 2022
1 parent 4d22b45 commit df0f903
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 274 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/flant/shell-operator

go 1.12
go 1.16

require (
github.com/flant/kube-client v0.0.6
github.com/flant/libjq-go v1.6.2-0.20200616114952-907039e8a02a // branch: master
github.com/pkg/errors v0.9.1
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-openapi/spec v0.19.8
github.com/go-openapi/strfmt v0.19.5
Expand All @@ -15,6 +14,7 @@ require (
github.com/kennygrant/sanitize v1.2.4
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
Expand All @@ -32,3 +32,8 @@ require (

// Remove 'in body' from errors, fix for Go 1.16 (https://github.com/go-openapi/validate/pull/138).
replace github.com/go-openapi/validate => github.com/flant/go-openapi-validate v0.19.12-flant.0

require (
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/text v0.3.7 // indirect
)
Loading

0 comments on commit df0f903

Please sign in to comment.