Skip to content

Commit 78b0dc0

Browse files
author
osenchenko
committed
Update radiusd package dependency due to layeh/radius#115
1 parent 8ebb1ed commit 78b0dc0

File tree

4 files changed

+96
-37
lines changed

4 files changed

+96
-37
lines changed

auth-service/go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ go 1.15
44

55
require (
66
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
88
github.com/go-playground/validator/v10 v10.4.1 // indirect
99
github.com/golang/protobuf v1.4.3 // indirect
1010
github.com/json-iterator/go v1.1.10 // indirect
1111
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
1412
github.com/spf13/viper v1.7.1
1513
github.com/ugorji/go v1.2.0 // indirect
1614
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
1915
google.golang.org/protobuf v1.25.0 // indirect
2016
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
2218
)

0 commit comments

Comments
 (0)