adradius/go.mod

12 lines
245 B
Modula-2
Raw Normal View History

2020-03-02 21:23:51 +01:00
module git.paulbsd.com/paulbsd/adradius
go 1.13
require (
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/text v0.3.2
2020-03-02 21:23:51 +01:00
gopkg.in/ini.v1 v1.52.0
gopkg.in/ldap.v3 v3.1.0
2020-03-02 21:23:51 +01:00
layeh.com/radius v0.0.0-20190322222518-890bc1058917
)