1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
This commit is contained in:
2022-03-30 15:50:35 +08:00
parent 1c4f84d765
commit 31ee2c02b0
3 changed files with 13 additions and 1 deletions

3
go.mod
View File

@ -22,5 +22,6 @@ require (
require (
github.com/stretchr/testify v1.7.1
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
)