21 lines
525 B
Modula-2
21 lines
525 B
Modula-2
module github.com/phyer/core
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196
|
|
github.com/phyer/v5sdkgo v0.1.4
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/rogpeppe/go-internal v1.6.1 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|