rbxcompiler/go.mod

10 lines
228 B
Modula-2
Raw Normal View History

2020-09-29 20:58:00 +00:00
module ci.itzana.me/itzaname/rbxcompiler
go 1.15
require (
2020-09-29 22:25:53 +00:00
ci.itzana.me/itzaname/go-roblox v0.0.0-20200922163025-9652a2630ec6
2020-09-29 20:58:00 +00:00
ci.itzana.me/itzaname/rbxfile v0.0.0-20200929185118-23ef9783a53e
github.com/google/uuid v1.1.2
)