From 75c2b684b7a522f7b3c0cea5a99b4c96710a183b Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Tue, 29 Oct 2019 21:41:26 +0100 Subject: [PATCH] go.mod always troubles with go.mod --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index e6f7839..0b2aa5d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/dalu/chromedom go 1.13 require ( - github.com/gin-gonic/gin v1.4.0 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.4.0