mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
go 1.22.4
|
|
|
|
use (
|
|
./cli
|
|
./lib/cron
|
|
./lib/healthcheck
|
|
./lib/logger
|
|
./lib/api
|
|
./lib/router
|
|
./lib/feat_flag
|
|
)
|