From 041c2df698d4702816cf8472d212553d289a2c0c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 7 Jun 2022 15:58:04 -0700 Subject: Add initial validations of config.yaml --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index beb9b21..ded11c0 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.16 require ( github.com/davecgh/go-spew v1.1.1 github.com/gdamore/tcell/v2 v2.5.1 + github.com/go-playground/validator/v10 v10.11.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 github.com/stretchr/objx v0.4.0 // indirect -- cgit