File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/itzg/mc-server-runner
33go 1.24.5
44
55require (
6+ github.com/coder/websocket v1.8.13
67 github.com/google/uuid v1.6.0
78 github.com/itzg/go-flagsfiller v1.16.0
89 github.com/itzg/zapconfigs v0.1.0
@@ -13,13 +14,11 @@ require (
1314
1415require (
1516 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
16- github.com/coder/websocket v1.8.13 // indirect
1717 golang.org/x/sys v0.35.0 // indirect
1818)
1919
2020require (
2121 github.com/gliderlabs/ssh v0.3.8
2222 github.com/iancoleman/strcase v0.3.0 // indirect
2323 go.uber.org/multierr v1.10.0 // indirect
24- golang.org/x/time v0.12.0
2524)
Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
5959golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4 =
6060golang.org/x/term v0.34.0 /go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw =
6161golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
62- golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE =
63- golang.org/x/time v0.12.0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
6462golang.org/x/tools v0.0.0-20190311212946-11955173bddd /go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs =
6563golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac /go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc =
6664golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
You can’t perform that action at this time.
0 commit comments