From b1491ec5840760b2a6a22315b711a67c2e8c7ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:33:58 +0000 Subject: [PATCH] Bump github.com/briandowns/openweathermap from 0.16.0 to 0.20.0 Bumps [github.com/briandowns/openweathermap](https://github.com/briandowns/openweathermap) from 0.16.0 to 0.20.0. - [Release notes](https://github.com/briandowns/openweathermap/releases) - [Changelog](https://github.com/briandowns/openweathermap/blob/master/history.go) - [Commits](https://github.com/briandowns/openweathermap/compare/v0.16.0...v0.20.0) --- updated-dependencies: - dependency-name: github.com/briandowns/openweathermap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 97c036d..00c25a9 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/dragonchaser/goweathertui go 1.15 require ( - github.com/briandowns/openweathermap v0.16.0 + github.com/briandowns/openweathermap v0.20.0 github.com/gizak/termui/v3 v3.1.0 ) diff --git a/go.sum b/go.sum index 9d317a7..39810ab 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/briandowns/openweathermap v0.16.0 h1:js8THhUE4nVYbpedSCs0E5vxYzxkkOLtxrOFh9xed8c= -github.com/briandowns/openweathermap v0.16.0/go.mod h1:0GLnknqicWxXnGi1IqoOaZIw+kIe5hkt+YM5WY3j8+0= +github.com/briandowns/openweathermap v0.20.0 h1:NTfd7RRdmkqtmQVq1gviob+I/fuVYiAT7TXND7t/484= +github.com/briandowns/openweathermap v0.20.0/go.mod h1:0GLnknqicWxXnGi1IqoOaZIw+kIe5hkt+YM5WY3j8+0= github.com/gizak/termui/v3 v3.1.0 h1:ZZmVDgwHl7gR7elfKf1xc4IudXZ5qqfDh4wExk4Iajc= github.com/gizak/termui/v3 v3.1.0/go.mod h1:bXQEBkJpzxUAKf0+xq9MSWAvWZlE7c+aidmyFlkYTrY= github.com/mattn/go-runewidth v0.0.2 h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=