Files
bl/common/utils/lockfree-1.1.3/go.mod

11 lines
241 B
Go
Raw Normal View History

module github.com/bruceshao/lockfree
go 1.18
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)