jlelse
/
kis3
Archived
1
Fork 0

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-13 05:37:58 +00:00 committed by GitHub
parent e0ffc51be3
commit efbc599e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -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

2
go.sum
View File

@ -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=