mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
go.mod: add missing dependency on github.com/oklog/ulid
This is a follow up for a5583ddaff
This commit is contained in:
parent
6e3cbae0b3
commit
0e80f3f45a
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue