sio-go icon indicating copy to clipboard operation
sio-go copied to clipboard

Authenticated encryption for streams in Go

Results 3 sio-go issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200302150141-5c8b2ff67527 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200302150141-5c8b2ff67527&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

#### What is the problem you want to solve? Often you simply want to create or read from a file. Implementing this logic over and over again is tedious and...

feature-request