Use a tag for the telegram lib

This commit is contained in:
Melora Hugues 2023-02-04 17:44:38 +01:00
parent 6c6d5c3a79
commit 93e8bc0f52
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@ module git.faercol.me/faercol/public-ip-tracker/tracker
go 1.16
require (
github.com/ahugues/go-telegram-api v0.0.0-20230129174520-b466e4321512
github.com/ahugues/go-telegram-api v0.1.0
github.com/google/uuid v1.3.0
)

View file

@ -1,5 +1,5 @@
github.com/ahugues/go-telegram-api v0.0.0-20230129174520-b466e4321512 h1:wYRUqplA7L8W9t6/k2ZYWxVVx4zYoW/1tpdogoJ/RFY=
github.com/ahugues/go-telegram-api v0.0.0-20230129174520-b466e4321512/go.mod h1:8I/JWxd9GYM7dHOgGmkRI3Ei1u+nGvzeR2knIMmFw7E=
github.com/ahugues/go-telegram-api v0.1.0 h1:CGJG0WR282O0hAO9JH2RutPj+Vn+Q+zbjdSHjuvN5yY=
github.com/ahugues/go-telegram-api v0.1.0/go.mod h1:8I/JWxd9GYM7dHOgGmkRI3Ei1u+nGvzeR2knIMmFw7E=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=