Skip to content

Commit 6e4374e

Browse files
committed
Upgrade netauth client to 0.3.3
1 parent eb7e2dc commit 6e4374e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.12
44

55
require (
66
github.com/hashicorp/go-hclog v0.9.2
7-
github.com/netauth/netauth v0.3.2
7+
github.com/netauth/netauth v0.3.3
88
github.com/spf13/pflag v1.0.3
99
github.com/spf13/viper v1.3.2
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77/go.
6060
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
6161
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
6262
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg=
63-
github.com/netauth/netauth v0.3.2 h1:q1zYt0++0zrELq3st2QU/+v0iApPKBmn8lvAEMk4R9c=
64-
github.com/netauth/netauth v0.3.2/go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ=
63+
github.com/netauth/netauth v0.3.3 h1:a8KexE3MNvSt/ADAjZyuTqFNh7tfsmn8rgqgtbUQDVQ=
64+
github.com/netauth/netauth v0.3.3/go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ=
6565
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 h1:TRWDX4YIgajtmV3DHPrj7J/mNcg1C0YiRNppdQACstg=
6666
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72/go.mod h1:xaNx5CDzZAIQf/05XC49krheuDM51d0ghkBw8liKAag=
6767
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"github.com/hashicorp/go-hclog"
1212

1313
"github.com/netauth/netauth/pkg/netauth"
14-
_ "github.com/netauth/netauth/pkg/netauth/memory"
1514
)
1615

1716
var (

0 commit comments

Comments
 (0)