mirror of
https://github.com/6jarjar6/phantomX.git
synced 2024-11-11 12:39:21 +00:00
3dd3c116f9
Update module github.com/tevino/abool to v2
27 lines
614 B
Modula-2
27 lines
614 B
Modula-2
module github.com/jhead/phantom
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
// github.com/golang/glog v1.0.0
|
|
github.com/libp2p/go-reuseport v0.4.0
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require github.com/tevino/abool/v2 v2.1.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
)
|