plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
443 stars 116 forks source link

update pion/dtls to v2.2.8 #518

Closed shimataro closed 7 months ago

shimataro commented 8 months ago

The v2 branch of pion/dtls no longer contains "pkg/net" and the Client() / Server() functions have been changed to accept net.Conn.

I think this PR allows go-coap to update pion/dtls to v2.2.8...maybe.

(I am not familiar with the use of pion/dtls, so sorry if there are any mistakes.)

Danielius1922 commented 8 months ago

Hi @shimataro it seems you have an older version of the repository in your fork, I've updated the dependencies on Dec 1, if you check the latest go.mod from the master branch you will see that pion/dtls and pion/transport have been updated to recent versions:

https://github.com/plgd-dev/go-coap/blob/b5adef4fb2ee0672ce21fe32726f841d9f904b9c/go.mod#L8-L9

Danielius1922 commented 7 months ago

Closing after month of inactivity, reopen if needed.