From 3e579ada2def05d577696c4bd2d844fe5e26ee86 Mon Sep 17 00:00:00 2001 From: Dipesh Dulal Date: Sat, 16 Jan 2021 10:57:18 +0545 Subject: [PATCH] chore: update dependency --- go.mod | 1 - 1 file changed, 1 deletion(-) 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 )