Skip to content

Commit

Permalink
Bump github.com/briandowns/openweathermap from 0.16.0 to 0.20.0
Browse files Browse the repository at this point in the history
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](briandowns/openweathermap@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent c8da4de commit b1491ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit b1491ec

Please sign in to comment.