pin / tftp

TFTP server and client library for Golang
MIT License
287 stars 71 forks source link

Update dependencies #88

Closed nshalman closed 10 months ago

nshalman commented 11 months ago

Supercedes #82

pin commented 10 months ago

Before this change the library is compatible with golang >= 1.13. After this change the library will be compatible with golang >= 1.17.

I was also considering bumping minimal golang version to 1.18 - makes dependencies much more tidy, probably golang.org/x/net dependencies are fully satisfied by 1.18 standard library?

But for now 1.17 gives better backward compatibility still, so let's go with that!

@nshalman, thank you for this change!