File tree Expand file tree Collapse file tree 4 files changed +96
-37
lines changed Expand file tree Collapse file tree 4 files changed +96
-37
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,15 @@ go 1.15
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.6.3
7
- github.com/go-ldap/ldap/v3 v3.4.1 // indirect
7
+ github.com/go-ldap/ldap/v3 v3.4.1
8
8
github.com/go-playground/validator/v10 v10.4.1 // indirect
9
9
github.com/golang/protobuf v1.4.3 // indirect
10
10
github.com/json-iterator/go v1.1.10 // indirect
11
11
github.com/mitchellh/mapstructure v1.4.0
12
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
13
- github.com/modern-go/reflect2 v1.0.1 // indirect
14
12
github.com/spf13/viper v1.7.1
15
13
github.com/ugorji/go v1.2.0 // indirect
16
14
go.uber.org/zap v1.16.0
17
- golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
18
- golang.org/x/sys v0.0.0-20201130171929-760e229fe7c5 // indirect
19
15
google.golang.org/protobuf v1.25.0 // indirect
20
16
gopkg.in/yaml.v2 v2.4.0 // indirect
21
- layeh.com/radius v0.0.0-20200828214147-d62a6e0a1819
17
+ layeh.com/radius v0.0.0-20231213012653-1006025d24f8
22
18
)
You can’t perform that action at this time.
0 commit comments