File tree Expand file tree Collapse file tree 2 files changed +372
-9
lines changed Expand file tree Collapse file tree 2 files changed +372
-9
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,22 @@ module github.com/netauth/netkeys
33go 1.12
44
55require (
6- github.com/hashicorp/go-hclog v0.9.2
7- github.com/netauth/netauth v0.3.3
8- github.com/spf13/pflag v1.0.3
9- github.com/spf13/viper v1.3.2
6+ github.com/fatih/color v1.10.0 // indirect
7+ github.com/fsnotify/fsnotify v1.4.9 // indirect
8+ github.com/golang/protobuf v1.5.1 // indirect
9+ github.com/hashicorp/go-hclog v0.15.0
10+ github.com/magiconair/properties v1.8.4 // indirect
11+ github.com/mitchellh/mapstructure v1.4.1 // indirect
12+ github.com/netauth/netauth v0.4.0
13+ github.com/pelletier/go-toml v1.8.1 // indirect
14+ github.com/spf13/afero v1.5.1 // indirect
15+ github.com/spf13/cast v1.3.1 // indirect
16+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
17+ github.com/spf13/pflag v1.0.5
18+ github.com/spf13/viper v1.7.1
19+ golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
20+ golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
21+ google.golang.org/genproto v0.0.0-20210317182105-75c7a8546eb9 // indirect
22+ gopkg.in/ini.v1 v1.62.0 // indirect
23+ gopkg.in/yaml.v2 v2.4.0 // indirect
1024)
You can’t perform that action at this time.
0 commit comments