fix go mod tidy, remove unexpected deps

This commit is contained in:
Harshavardhana
2021-01-18 20:38:07 -08:00
parent b4add82bb6
commit 6bfa162342
2 changed files with 0 additions and 8 deletions

2
go.mod
View File

@@ -65,8 +65,6 @@ require (
github.com/pierrec/lz4 v2.5.2+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/quasilyte/go-ruleguard v0.2.1 // indirect
github.com/quasilyte/go-ruleguard/dsl/fluent v0.0.0-20201222093424-5d7e62a465d3 // indirect
github.com/prometheus/client_model v0.2.0
github.com/rjeczalik/notify v0.9.2
github.com/rs/cors v1.7.0