File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,9 @@ import (
88 "github.com/MiLk/nsscache-go/source"
99 "github.com/hashicorp/go-hclog"
1010
11- pb "github.com/netauth/protocol"
1211 "github.com/netauth/netauth/pkg/netauth"
1312
14- // We need a token cache available, even if no tokens will be
15- // issued.
16- _ "github.com/netauth/netauth/pkg/netauth/memory"
13+ pb "github.com/netauth/protocol"
1714)
1815
1916// A NetAuthCacheFiller satisfies the cache filler interface and uses
Original file line number Diff line number Diff line change 55require (
66 github.com/MiLk/nsscache-go v1.1.0
77 github.com/hashicorp/go-hclog v0.9.2
8- github.com/netauth/netauth v0.3.2
8+ github.com/netauth/netauth v0.3.3
99 github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72
1010 github.com/spf13/pflag v1.0.3
1111 github.com/spf13/viper v1.3.2
Original file line number Diff line number Diff line change @@ -357,8 +357,8 @@ github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE
357357github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
358358github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
359359github.com/ncw/swift v1.0.47 /go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM =
360- github.com/netauth/netauth v0.3.2 h1:q1zYt0++0zrELq3st2QU/+v0iApPKBmn8lvAEMk4R9c =
361- github.com/netauth/netauth v0.3.2 /go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ =
360+ github.com/netauth/netauth v0.3.3 h1:a8KexE3MNvSt/ADAjZyuTqFNh7tfsmn8rgqgtbUQDVQ =
361+ github.com/netauth/netauth v0.3.3 /go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ =
362362github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 h1:TRWDX4YIgajtmV3DHPrj7J/mNcg1C0YiRNppdQACstg =
363363github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 /go.mod h1:xaNx5CDzZAIQf/05XC49krheuDM51d0ghkBw8liKAag =
364364github.com/nwaples/rardecode v1.0.0 /go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0 =
You can’t perform that action at this time.
0 commit comments