Skip to content

Commit f2d1b7f

Browse files
committed
Lock against NetAuth v0.3.3.
1 parent a59b814 commit f2d1b7f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

cachefiller.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.12
55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE
357357
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
358358
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
359359
github.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=
362362
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 h1:TRWDX4YIgajtmV3DHPrj7J/mNcg1C0YiRNppdQACstg=
363363
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72/go.mod h1:xaNx5CDzZAIQf/05XC49krheuDM51d0ghkBw8liKAag=
364364
github.com/nwaples/rardecode v1.0.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=

0 commit comments

Comments
 (0)