Skip to content

Commit 322554c

Browse files
committed
Update client to v0.4.1
1 parent b6422cb commit 322554c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/go-hclog v0.15.0
1212
github.com/magiconair/properties v1.8.4 // indirect
1313
github.com/mitchellh/mapstructure v1.4.1 // indirect
14-
github.com/netauth/netauth v0.4.0
14+
github.com/netauth/netauth v0.4.1
1515
github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2
1616
github.com/pelletier/go-toml v1.8.1 // indirect
1717
github.com/spf13/afero v1.5.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
210210
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
211211
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg=
212212
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
213-
github.com/netauth/netauth v0.4.0 h1:ddBlPpPgOiUvNu+d8kvkXFO1MBn9Etg+/ryyPq3gvME=
214-
github.com/netauth/netauth v0.4.0/go.mod h1:wW+2E2uhip9Kc9xmPuXLy1nOZG/L45042+bnvg2qWY4=
213+
github.com/netauth/netauth v0.4.1 h1:upRDVqDFTFuwKIxiiZBef6BIfeijwTD1hcxnQeqfBzM=
214+
github.com/netauth/netauth v0.4.1/go.mod h1:wW+2E2uhip9Kc9xmPuXLy1nOZG/L45042+bnvg2qWY4=
215215
github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2 h1:WPHLyfaewvSZB8/AknBt7uR/pTLaMQ5MA0CYR3oDfvc=
216216
github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2/go.mod h1:wpK5wqysOJU1w2OxgG65du8M7UqBkxzsNaJdjwiRqAs=
217217
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=

0 commit comments

Comments
 (0)