From 60d5e11a12c9524c12a2efcf3d82c1fad733ee3d Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 20 Mar 2021 23:50:44 -0700 Subject: [PATCH] Update client to v0.4.1 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f35bb93..e988b74 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/hashicorp/go-hclog v0.15.0 github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect - github.com/netauth/netauth v0.4.0 + github.com/netauth/netauth v0.4.1 github.com/pelletier/go-toml v1.8.1 // indirect github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect diff --git a/go.sum b/go.sum index d8c6f5e..1b03935 100644 --- a/go.sum +++ b/go.sum @@ -208,8 +208,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/netauth/netauth v0.4.0 h1:ddBlPpPgOiUvNu+d8kvkXFO1MBn9Etg+/ryyPq3gvME= -github.com/netauth/netauth v0.4.0/go.mod h1:wW+2E2uhip9Kc9xmPuXLy1nOZG/L45042+bnvg2qWY4= +github.com/netauth/netauth v0.4.1 h1:upRDVqDFTFuwKIxiiZBef6BIfeijwTD1hcxnQeqfBzM= +github.com/netauth/netauth v0.4.1/go.mod h1:wW+2E2uhip9Kc9xmPuXLy1nOZG/L45042+bnvg2qWY4= github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2 h1:WPHLyfaewvSZB8/AknBt7uR/pTLaMQ5MA0CYR3oDfvc= github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2/go.mod h1:wpK5wqysOJU1w2OxgG65du8M7UqBkxzsNaJdjwiRqAs= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=