1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Update go to 1.13

This commit is contained in:
TwinProduction 2019-09-08 21:21:19 -04:00
parent 825906145f
commit 31b39bfd28

2
go.mod
View file

@ -1,5 +1,5 @@
module github.com/TwinProduction/gatus
go 1.12
go 1.13
require gopkg.in/yaml.v2 v2.2.2