18 lines
367 B
Modula-2
18 lines
367 B
Modula-2
module go-study
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/marusama/cyclicbarrier v1.1.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/mock v0.5.0
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
|
|
golang.org/x/sync v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|