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 (
2021-03-17 12:47:52 +00:00
ci.itzana.me/itzaname/go-roblox v0.0.0-20210317124602-a09b6e34a37c
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
)