Commit 17409dc 1 parent d170cda commit 17409dc Copy full SHA for 17409dc
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
7
7
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
8
- github.com/go-asn1-ber/asn1-ber v1.5.5
8
+ github.com/go-asn1-ber/asn1-ber v1.5.6
9
9
github.com/google/uuid v1.6.0
10
10
github.com/jcmturner/gokrb5/v8 v8.4.4
11
11
github.com/stretchr/testify v1.8.1
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1L
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7
7
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8
- github.com/go-asn1-ber/asn1-ber v1.5.5 h1:MNHlNMBDgEKD4TcKr36vQN68BA00aDfjIt3/bD50WnA =
9
- github.com/go-asn1-ber/asn1-ber v1.5.5 /go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0 =
8
+ github.com/go-asn1-ber/asn1-ber v1.5.6 h1:CYsqysemXfEaQbyrLJmdsCRuufHoLa3P/gGWGl5TDrM =
9
+ github.com/go-asn1-ber/asn1-ber v1.5.6 /go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0 =
10
10
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
11
11
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
12
12
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ =
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
7
7
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
8
- github.com/go-asn1-ber/asn1-ber v1.5.5
8
+ github.com/go-asn1-ber/asn1-ber v1.5.6
9
9
github.com/google/uuid v1.6.0
10
10
github.com/jcmturner/gokrb5/v8 v8.4.4
11
11
github.com/stretchr/testify v1.8.1
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1L
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7
7
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8
- github.com/go-asn1-ber/asn1-ber v1.5.5 h1:MNHlNMBDgEKD4TcKr36vQN68BA00aDfjIt3/bD50WnA =
9
- github.com/go-asn1-ber/asn1-ber v1.5.5 /go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0 =
8
+ github.com/go-asn1-ber/asn1-ber v1.5.6 h1:CYsqysemXfEaQbyrLJmdsCRuufHoLa3P/gGWGl5TDrM =
9
+ github.com/go-asn1-ber/asn1-ber v1.5.6 /go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0 =
10
10
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
11
11
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
12
12
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ =
You can’t perform that action at this time.
0 commit comments