From efbc599e70fa8bf239b16ba70bd400b5621b4d50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 05:37:58 +0000 Subject: [PATCH] Bump github.com/mssola/user_agent from 0.5.0 to 0.5.1 Bumps [github.com/mssola/user_agent](https://github.com/mssola/user_agent) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/mssola/user_agent/releases) - [Changelog](https://github.com/mssola/user_agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/mssola/user_agent/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 087ad0e..fee4c52 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/jordan-wright/email v0.0.0-20190819015918-041e0cec78b0 github.com/lib/pq v1.2.0 // indirect github.com/mattn/go-sqlite3 v1.11.0 - github.com/mssola/user_agent v0.5.0 + github.com/mssola/user_agent v0.5.1 github.com/rogpeppe/go-internal v1.5.0 // indirect github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1 github.com/technoweenie/multipartstreamer v1.0.1 // indirect diff --git a/go.sum b/go.sum index 7b8019a..4b22dea 100644 --- a/go.sum +++ b/go.sum @@ -61,6 +61,8 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mssola/user_agent v0.5.0 h1:gRF7/x8cKt8qzAosYGsBNyirta+F8fvYDlJrgXws9AQ= github.com/mssola/user_agent v0.5.0/go.mod h1:UFiKPVaShrJGW93n4uo8dpPdg1BSVpw2P9bneo0Mtp8= +github.com/mssola/user_agent v0.5.1 h1:sJUCUozh+j7c0dR2zMIUX5aJjoY/TNo/gXiNujoH5oY= +github.com/mssola/user_agent v0.5.1/go.mod h1:TTPno8LPY3wAIEKRpAtkdMT0f8SE24pLRGPahjCH4uw= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=