From 01b0b6cf217fe5489e51f4677bca9c6dd0c701d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 03:25:54 +0000 Subject: [PATCH] Bump golang.org/x/text from 0.3.2 to 0.3.5 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.5. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.5) Signed-off-by: dependabot-preview[bot] --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f0d4a28..d279146 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,13 @@ module github.com/dondish/lionplayer require ( github.com/bwmarrin/discordgo v0.20.1 github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dondish/lionplayer/core v0.0.3 + github.com/dondish/lionplayer/youtube v0.0.4 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.5 ) go 1.13