From ecb833fddeaf4748c5496310078739057169114b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:31:29 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20211013075003-97ac67df715c to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211013075003-97ac67df715c to 0.1.0. - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/go.mod b/go.mod index 868f28242c8..6e7821eb93f 100644 --- a/go.mod +++ b/go.mod @@ -3,44 +3,26 @@ module main go 1.13 require ( - github.com/KyleBanks/depth v1.2.1 // indirect github.com/antonmedv/expr v1.9.0 // indirect - github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect github.com/crowdsecurity/crowdsec v1.2.0 github.com/crowdsecurity/grokky v0.0.0-20210908140943-c4460be565eb // indirect - github.com/davecgh/go-spew v1.1.1 - github.com/facebook/ent v0.5.0 // indirect github.com/go-openapi/errors v0.20.1 // indirect github.com/go-openapi/loads v0.20.3 // indirect github.com/go-openapi/runtime v0.20.0 // indirect github.com/go-openapi/spec v0.20.4 // indirect github.com/go-openapi/strfmt v0.20.3 // indirect github.com/go-openapi/validate v0.20.3 // indirect - github.com/go-redis/redis v6.15.5+incompatible // indirect github.com/go-stack/stack v1.8.1 // indirect github.com/google/go-github v17.0.0+incompatible github.com/google/go-querystring v1.1.0 // indirect github.com/hashicorp/go-version v1.3.0 // indirect - github.com/jamiealquiza/tachymeter v2.0.0+incompatible // indirect - github.com/jinzhu/gorm v1.9.12 // indirect - github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect - github.com/logrusorgru/grokky v0.0.0-20180829062225-47edf017d42c // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mitchellh/mapstructure v1.4.2 // indirect - github.com/onsi/ginkgo v1.10.1 // indirect - github.com/onsi/gomega v1.7.0 // indirect github.com/pkg/errors v0.9.1 - github.com/prometheus/common v0.18.0 - github.com/rogpeppe/godef v1.1.2 // indirect - github.com/sevlyar/go-daemon v0.1.5 // indirect - github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect go.mongodb.org/mongo-driver v1.7.3 // indirect - golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/net v0.0.0-20211014222326-fd004c51d1d6 // indirect - golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d - golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect - google.golang.org/appengine v1.6.6 + golang.org/x/sys v0.1.0 // indirect gopkg.in/yaml.v2 v2.4.0 )