rbxcompiler/go.mod
2020-09-29 16:58:00 -04:00

9 lines
160 B
Modula-2

module ci.itzana.me/itzaname/rbxcompiler
go 1.15
require (
ci.itzana.me/itzaname/rbxfile v0.0.0-20200929185118-23ef9783a53e
github.com/google/uuid v1.1.2
)