mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
9 lines
170 B
Modula-2
9 lines
170 B
Modula-2
|
|
module github.com/makeplane/plane-ee/monitor/lib/api
|
||
|
|
|
||
|
|
go 1.22.4
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/denisbrodbeck/machineid v1.0.1 // indirect
|
||
|
|
golang.org/x/sys v0.21.0 // indirect
|
||
|
|
)
|