diff --git a/go.mod b/go.mod index 821cfbe..5e241fd 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,4 @@ go 1.15 require ( github.com/joho/godotenv v1.3.0 github.com/lib/pq v1.9.0 - github.com/prometheus/common v0.15.0 )