summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..edf841f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)