From e0d148551b4553235d90f31c9ed865748367247d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:35:15 +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: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f0d4a28..84083b1 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,7 @@ require ( github.com/ebml-go/ebml v0.0.0-20160925193348-ca8851a10894 github.com/gorilla/websocket v1.4.1 // indirect github.com/stretchr/testify v1.4.0 - golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect - golang.org/x/text v0.3.2 + golang.org/x/text v0.3.8 ) go 1.13