2023-12-23 14:33:52 +08:00
|
|
|
module go-study
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-05-29 11:02:08 +08:00
|
|
|
github.com/marusama/cyclicbarrier v1.1.0
|
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
|
|
|
|
golang.org/x/sync v0.5.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-12-23 14:33:52 +08:00
|
|
|
)
|