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
3
3
go 1.12
4
4
5
5
require (
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
10
24
)
You can’t perform that action at this time.
0 commit comments