From f8f7294c0d2d74f84fd3628937a75d2e0f15857a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Jun 2022 19:08:59 +0400 Subject: [PATCH] Removed github.com/Joker/jade from dependencies. --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index c4eb474..6043da0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module dwelling-radio go 1.17 require ( - github.com/Joker/jade v1.1.3 github.com/julienschmidt/httprouter v1.3.0 github.com/pkg/errors v0.9.1 gopkg.in/yaml.v3 v3.0.1