From 64d85c50f64e0b3d84e283d8ed05e5256ede6f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:34:43 +0000 Subject: [PATCH] Bump golang.org/x/text from 0.3.2 to 0.3.8 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 82c3ecb..6c0b3c6 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,25 @@ module github.com/Vlad104/TP_DB_RK2 require ( - github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect github.com/go-openapi/strfmt v0.19.0 github.com/go-openapi/swag v0.19.2 github.com/gorilla/mux v1.7.2 github.com/jackc/pgx v3.4.0+incompatible github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 +) + +require ( + github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect + github.com/cockroachdb/apd v1.1.0 // indirect + github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect + github.com/go-openapi/errors v0.17.0 // indirect + github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect + github.com/lib/pq v1.10.7 // indirect + github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/pkg/errors v0.8.1 // indirect + github.com/satori/go.uuid v1.2.0 // indirect + github.com/shopspring/decimal v1.3.1 // indirect golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56 // indirect - golang.org/x/text v0.3.2 // indirect + golang.org/x/text v0.3.8 // indirect + gopkg.in/yaml.v2 v2.2.2 // indirect )