2025-12-05 00:36:28 +08:00
|
|
|
module github.com/bruceshao/lockfree
|
|
|
|
|
|
2025-12-15 14:26:24 +08:00
|
|
|
go 1.20
|
2025-12-05 00:36:28 +08:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2026-01-08 23:57:22 +08:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2025-12-05 00:36:28 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|