module github.com/hit-mc/observatory go 1.18 require ( github.com/akamensky/argparse v1.4.0 github.com/bombsimon/logrusr/v4 v4.1.0 github.com/go-logr/logr v1.4.1 github.com/gorilla/websocket v1.5.1 github.com/pelletier/go-toml/v2 v2.1.1 github.com/sirupsen/logrus v1.9.0 github.com/xrjr/mcutils v1.5.1 ) require ( golang.org/x/net v0.17.0 // indirect golang.org/x/sys v0.13.0 // indirect )