blob: edf841f4da79685525f2525c0017a3f0c87a9bcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
)
|