rbxcompiler/go.mod

10 lines
231 B
Modula-2
Raw Normal View History

2021-08-11 00:16:40 +00:00
module git.itzana.me/itzaname/rbxcompiler
2020-09-29 20:58:00 +00:00
go 1.15
require (
2021-08-11 00:16:40 +00:00
git.itzana.me/itzaname/go-roblox v0.0.0-20210810235437-3574e3d70d92
git.itzana.me/itzaname/rbxfile v0.0.0-20210811000911-6fc7a2281e8d
2020-09-29 20:58:00 +00:00
github.com/google/uuid v1.1.2
)