summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKeuin <[email protected]>2024-03-09 20:19:35 +0800
committerKeuin <[email protected]>2024-03-09 20:20:20 +0800
commitb933083d20b3db4a3d6a8134efe312eb6ff3d8e2 (patch)
tree2a86151c77b1eed1596b5f50ce824659e3c1fc22 /go.mod
initial versionHEADmaster
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
+)