You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
462 B
Modula-2
20 lines
462 B
Modula-2
|
2 years ago
|
module app
|
||
|
|
|
||
|
2 years ago
|
go 1.20
|
||
|
2 years ago
|
|
||
|
|
require (
|
||
|
2 years ago
|
github.com/panjf2000/ants/v2 v2.5.0
|
||
|
2 years ago
|
github.com/redis/go-redis/v9 v9.5.1
|
||
|
2 years ago
|
github.com/sirupsen/logrus v1.9.3
|
||
|
|
go.uber.org/atomic v1.9.0
|
||
|
2 years ago
|
google.golang.org/protobuf v1.33.0
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
2 years ago
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||
|
2 years ago
|
github.com/stretchr/testify v1.8.0 // indirect
|
||
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
||
|
|
|
||
|
|
)
|