From 5644dadaf9f5e9eee455e62520afad47bb4ad4be Mon Sep 17 00:00:00 2001 From: Juan Font Date: Sat, 3 Jul 2021 12:02:46 +0200 Subject: [PATCH] Added dependency on hujson --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 14146a1c..5a9ced26 100644 --- a/go.mod +++ b/go.mod @@ -10,6 +10,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.7 // indirect github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.8.1 + github.com/tailscale/hujson v0.0.0-20200924210142-dde312d0d6a2 // indirect golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c gopkg.in/yaml.v2 v2.4.0