go.mod: add missing dependency on github.com/oklog/ulid

This is a follow up for a5583ddaff
This commit is contained in:
Aliaksandr Valialkin 2021-01-07 23:44:37 +02:00
parent 6e3cbae0b3
commit 0e80f3f45a

1
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/go-kit/kit v0.10.0
github.com/golang/snappy v0.0.2
github.com/klauspost/compress v1.11.4
github.com/oklog/ulid v1.3.1
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/prometheus v1.8.2-0.20201119142752-3ad25a6dc3d9
github.com/valyala/fastjson v1.6.3