Skip to content

Commit

Permalink
Lock to NetAuth v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Jun 8, 2020
1 parent 6ddb7b7 commit 861b5bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.3.2
github.com/google/renameio v0.1.0
github.com/hashicorp/go-hclog v0.12.2
github.com/netauth/netauth v0.3.2
github.com/netauth/netauth v0.3.3
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/netauth/netauth v0.3.2 h1:q1zYt0++0zrELq3st2QU/+v0iApPKBmn8lvAEMk4R9c=
github.com/netauth/netauth v0.3.2/go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ=
github.com/netauth/netauth v0.3.3 h1:a8KexE3MNvSt/ADAjZyuTqFNh7tfsmn8rgqgtbUQDVQ=
github.com/netauth/netauth v0.3.3/go.mod h1:J72ArpIVnQDgBUv/e6iCjg9U6yOrpLOF4o4UKQd51pQ=
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72 h1:TRWDX4YIgajtmV3DHPrj7J/mNcg1C0YiRNppdQACstg=
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72/go.mod h1:xaNx5CDzZAIQf/05XC49krheuDM51d0ghkBw8liKAag=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
Expand Down
4 changes: 0 additions & 4 deletions pkg/maps/base/netauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import (

"github.com/netauth/netauth/pkg/netauth"
"github.com/the-maldridge/shadow"

// We need a token cache available, even if no tokens will be
// issued.
_ "github.com/netauth/netauth/pkg/netauth/memory"
)

// ConnectNetAuth establishes the connection from the localizer to the
Expand Down

0 comments on commit 861b5bc

Please sign in to comment.