diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-07 15:58:04 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-07 15:58:04 -0700 |
| commit | 041c2df698d4702816cf8472d212553d289a2c0c (patch) | |
| tree | 4b461b916462bbf0909c50081aa899373e0aaffb /go.mod | |
| parent | 7c7c1f63412ead526ff7bf9e029591c50aefabf7 (diff) | |
Add initial validations of config.yaml
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |