github.com/bruceshao/lockfree@v1.1.3-0.20230816090528-e89824c0a6e9/go.mod (about) 1 module github.com/bruceshao/lockfree 2 3 go 1.18 4 5 require ( 6 github.com/davecgh/go-spew v1.1.1 // indirect 7 github.com/pmezard/go-difflib v1.0.0 // indirect 8 github.com/stretchr/testify v1.8.2 // indirect 9 gopkg.in/yaml.v3 v3.0.1 // indirect 10 )