mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-05 05:36:07 +08:00
13 lines
213 B
Modula-2
13 lines
213 B
Modula-2
module clicd
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/crypto v0.28.0
|
|
golang.org/x/term v0.28.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.29.0 // indirect
|