Files
SekiPOS/MPStudyGO/go.mod

9 lines
101 B
Modula-2

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