From 04b09c5d64fa2cce7c505eee6fdb768d8fde79c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:29:35 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20200520182314-0ba52f642ac2 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200520182314-0ba52f642ac2 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index 2332f39..317e887 100644 --- a/go.mod +++ b/go.mod @@ -16,22 +16,15 @@ module github.com/macroadster/hicc require ( - github.com/andreiavrammsd/validator v9.31.0+incompatible // indirect github.com/gin-gonic/gin v1.6.3 - github.com/go-playground/form v3.1.4+incompatible // indirect - github.com/go-playground/pure v4.2.0+incompatible // indirect github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/golang/protobuf v1.4.2 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect - github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect github.com/stretchr/testify v1.4.0 - golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect - golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect - golang.org/x/text v0.3.2 // indirect - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect - gopkg.in/go-playground/validator.v9 v9.29.1 // indirect + golang.org/x/sys v0.5.0 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )