|
| 1 | +module github.com/netauth/netradius |
| 2 | + |
| 3 | +go 1.19 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/fatih/color v1.13.0 // indirect |
| 7 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 8 | + github.com/golang/protobuf v1.5.2 // indirect |
| 9 | + github.com/hashicorp/go-hclog v1.4.0 // indirect |
| 10 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 11 | + github.com/magiconair/properties v1.8.7 // indirect |
| 12 | + github.com/mattn/go-colorable v0.1.12 // indirect |
| 13 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 14 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 15 | + github.com/netauth/netauth v0.6.1 // indirect |
| 16 | + github.com/netauth/protocol v0.0.0-20210918062754-7fee492ffcbd // indirect |
| 17 | + github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
| 18 | + github.com/spf13/afero v1.9.3 // indirect |
| 19 | + github.com/spf13/cast v1.5.0 // indirect |
| 20 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 21 | + github.com/spf13/pflag v1.0.5 // indirect |
| 22 | + github.com/spf13/viper v1.15.0 // indirect |
| 23 | + github.com/subosito/gotenv v1.4.2 // indirect |
| 24 | + golang.org/x/net v0.4.0 // indirect |
| 25 | + golang.org/x/sys v0.3.0 // indirect |
| 26 | + golang.org/x/text v0.5.0 // indirect |
| 27 | + google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect |
| 28 | + google.golang.org/grpc v1.52.0 // indirect |
| 29 | + google.golang.org/protobuf v1.28.1 // indirect |
| 30 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 31 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 32 | + layeh.com/radius v0.0.0-20221205141417-e7fbddd11d68 // indirect |
| 33 | +) |
0 commit comments