Skip to content

Commit cd0aa9b

Browse files
committed
Update client to netauth v0.4.0
1 parent f2d1b7f commit cd0aa9b

File tree

2 files changed

+232
-10
lines changed

2 files changed

+232
-10
lines changed

go.mod

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@ go 1.12
44

55
require (
66
github.com/MiLk/nsscache-go v1.1.0
7-
github.com/hashicorp/go-hclog v0.9.2
8-
github.com/netauth/netauth v0.3.3
9-
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72
10-
github.com/spf13/pflag v1.0.3
11-
github.com/spf13/viper v1.3.2
7+
github.com/fatih/color v1.10.0 // indirect
8+
github.com/fsnotify/fsnotify v1.4.9 // indirect
9+
github.com/golang/protobuf v1.5.1 // indirect
10+
github.com/hashicorp/go-hclog v0.15.0
11+
github.com/magiconair/properties v1.8.4 // indirect
12+
github.com/mitchellh/mapstructure v1.4.1 // indirect
13+
github.com/netauth/netauth v0.4.0
14+
github.com/netauth/protocol v0.0.0-20210308093302-0e6e0dd6dfb2
15+
github.com/pelletier/go-toml v1.8.1 // indirect
16+
github.com/spf13/afero v1.5.1 // indirect
17+
github.com/spf13/cast v1.3.1 // indirect
18+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
19+
github.com/spf13/pflag v1.0.5
20+
github.com/spf13/viper v1.7.1
21+
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
22+
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
23+
google.golang.org/genproto v0.0.0-20210317182105-75c7a8546eb9 // indirect
24+
gopkg.in/ini.v1 v1.62.0 // indirect
25+
gopkg.in/yaml.v2 v2.4.0 // indirect
1226
)

0 commit comments

Comments
 (0)