common golang stuff with full coverage testing. buffer pools, optimized entropy, locking container/list, others
Go to file
dependabot[bot] a9ecc85a6c
Some checks failed
Test / build (push) Has been cancelled
Bump golang.org/x/crypto from 0.38.0 to 0.39.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/crypto/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 11:50:31 -07:00
.github Bump codecov/codecov-action from 5.4.2 to 5.4.3 2025-05-17 04:36:47 -07:00
entropy Dist: upgrade go module URL 2025-05-13 11:47:58 -07:00
hash Dist: upgrade go module URL 2025-05-13 11:47:58 -07:00
linux Chore[build]: Missed a build tag directive 2023-10-29 19:19:27 -07:00
list Dist: upgrade go module URL 2025-05-13 11:47:58 -07:00
pool Dist: update README.md 2025-05-13 12:04:01 -07:00
squish Dist: upgrade go module URL 2025-05-13 11:47:58 -07:00
xerrors Dist: update README.md 2025-05-13 12:04:01 -07:00
.gitignore Update .gitignore 2022-12-31 10:53:03 -08:00
codecov.yml Chore: update codecov.yml 2025-05-13 11:52:02 -07:00
common_test.go Dist: upgrade go module URL 2025-05-13 11:47:58 -07:00
go.mod Bump golang.org/x/crypto from 0.38.0 to 0.39.0 2025-06-09 11:50:31 -07:00
go.sum Bump golang.org/x/crypto from 0.38.0 to 0.39.0 2025-06-09 11:50:31 -07:00
ifaces.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
ifaces_test.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
LICENSE Make godoc happy.. harder 2022-01-01 23:48:31 -08:00
README.md Dist: update README.md 2025-05-13 12:04:01 -07:00
util.go Debloat: Get rid of zerolog dependency 2022-11-22 13:33:08 -08:00

common

GoDoc codecov

Welcome to things. Here are some of the aforementioned:


Dependencies

skeeto's amazing RNG for optimized entropy is the sole dependency save for stdlib++.