From 2f4483b5df6cba81e995f102d4c13e696ba872f1 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 21 Mar 2020 21:15:20 +0100 Subject: [PATCH] remove dependencies from go.mod --- go.mod | 5 ----- go.sum | 8 -------- 2 files changed, 13 deletions(-) delete mode 100644 go.sum diff --git a/go.mod b/go.mod index a5c5476..c3fae30 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,3 @@ module github.com/systemli/prometheus-jitsi-meet-exporter go 1.14 - -require ( - github.com/hashicorp/go-version v1.2.0 // indirect - github.com/mitchellh/gox v1.0.1 // indirect -) diff --git a/go.sum b/go.sum deleted file mode 100644 index 7fccc53..0000000 --- a/go.sum +++ /dev/null @@ -1,8 +0,0 @@ -github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8= -github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/go-version v1.2.0 h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E= -github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI= -github.com/mitchellh/gox v1.0.1/go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4= -github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=