2 files changed, 3 insertions(+), 1 deletions(-)
M go.mod
M go.sum
M go.mod => go.mod +1 -1
@@ 3,7 3,7 @@ module git.sr.ht/~kota/metweather
go 1.16
require (
- git.sr.ht/~kota/metservice-go v1.0.1
+ git.sr.ht/~kota/metservice-go v1.1.0
github.com/adrg/xdg v0.3.3
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cast v1.4.0 // indirect
M go.sum => go.sum +2 -0
@@ 39,6 39,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
git.sr.ht/~kota/metservice-go v1.0.1 h1:XjQjIgBywJ3la2RQnpeU82WGU9oEnsJ+8Sch0vb8yGE=
git.sr.ht/~kota/metservice-go v1.0.1/go.mod h1:ruGNU5HLsIa4TPYAiB2FHPUTk3Ya4/uRT06/OLCZB4c=
+git.sr.ht/~kota/metservice-go v1.1.0 h1:unTahlDCgk5fbq9e2eWvzYS9Dk9qyYDE8THgdySjIDM=
+git.sr.ht/~kota/metservice-go v1.1.0/go.mod h1:ruGNU5HLsIa4TPYAiB2FHPUTk3Ya4/uRT06/OLCZB4c=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/adrg/xdg v0.3.3 h1:s/tV7MdqQnzB1nKY8aqHvAMD+uCiuEDzVB5HLRY849U=