File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
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)
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77/go.
6060github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE =
6161github.com/mitchellh/mapstructure v1.1.2 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
6262github.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 =
6565github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 h1:TRWDX4YIgajtmV3DHPrj7J/mNcg1C0YiRNppdQACstg =
6666github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 /go.mod h1:xaNx5CDzZAIQf/05XC49krheuDM51d0ghkBw8liKAag =
6767github.com/oklog/run v1.0.0 /go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA =
Original file line number Diff line number Diff 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
1716var (
You can’t perform that action at this time.
0 commit comments