-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 614 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/itzg/mc-server-runner
go 1.26.4
require (
github.com/coder/websocket v1.8.14
github.com/google/uuid v1.6.0
github.com/itzg/go-flagsfiller v1.17.0
github.com/itzg/zapconfigs v0.1.0
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
go.uber.org/zap v1.28.0
golang.org/x/crypto v0.52.0
golang.org/x/term v0.43.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
golang.org/x/sys v0.45.0 // indirect
)
require (
github.com/gliderlabs/ssh v0.3.8
github.com/iancoleman/strcase v0.3.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
)