feat: byte utils

This commit is contained in:
tx7do
2023-10-28 20:06:50 +08:00
parent b4188ca4d8
commit 82fbdc15d9
8 changed files with 98 additions and 1 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/tx7do/go-utils
go 1.20
require (
github.com/google/uuid v1.4.0
github.com/sony/sonyflake v1.2.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.14.0