This commit is contained in:
Igor Chubin 2022-11-16 17:21:28 +01:00
parent 66111b1fdd
commit 87c93f1d06
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/chubin/wttr.in/v2
go 1.16
require (
github.com/hashicorp/golang-lru v0.6.0
github.com/robfig/cron v1.2.0
)

4
go.sum Normal file
View file

@ -0,0 +1,4 @@
github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4=
github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k=