18 lines
619 B
Modula-2
18 lines
619 B
Modula-2
module meow.tf/residentsleeper
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/ppacher/nbt v0.0.0-20181201174858-0cad976cf07c
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tystuyfzand/mcgorcon v0.0.0-20190418232414-4bb1402707f4
|
|
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427
|
|
layeh.com/gopher-luar v1.0.5
|
|
)
|