go.mod: remove go1.13 line, so it will compile on go1.12 and go1.11

This commit is contained in:
Aliaksandr Valialkin 2019-06-28 14:02:13 +03:00
parent d8a137bf94
commit 9ee7f68256

2
go.mod
View File

@ -1,5 +1,3 @@
module github.com/VictoriaMetrics/metrics
require github.com/valyala/histogram v1.0.1
go 1.13