residentsleeper/go.mod

18 lines
619 B
Modula-2
Raw Normal View History

module meow.tf/residentsleeper
2019-04-17 01:42:46 +00:00
2021-06-12 05:42:31 +00:00
go 1.16
2019-04-17 01:42:46 +00:00
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
2019-04-17 01:42:46 +00:00
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
2019-04-17 01:42:46 +00:00
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
2019-04-17 01:42:46 +00:00
)