Files
KamishiroUPM/go.mod
AoiKamishiro db61ce1d97
All checks were successful
Release / build (push) Successful in 19s
renovate / renovate (push) Successful in 1m39s
update: goとリリース手順の更新
2026-03-05 16:51:44 +09:00

9 lines
108 B
Modula-2

module KamishiroUPM
go 1.26.0
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
)