Update dependencies.

This commit is contained in:
Martin Dosch 2024-01-14 00:15:36 +01:00
parent 685570cbd8
commit f8a24505f4
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.21.5
require (
golang.org/x/crypto v0.18.0
golang.org/x/net v0.10.0
golang.org/x/net v0.20.0
)

4
go.sum
View File

@ -1,4 +1,4 @@
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=