diff options
author | Keuin <[email protected]> | 2024-03-09 20:19:35 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-03-09 20:20:20 +0800 |
commit | b933083d20b3db4a3d6a8134efe312eb6ff3d8e2 (patch) | |
tree | 2a86151c77b1eed1596b5f50ce824659e3c1fc22 /go.mod |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 +) |