go mod tidy
This commit is contained in:
parent
5a33dd3135
commit
b8da684e83
1 changed files with 4 additions and 4 deletions
8
go.mod
8
go.mod
|
@ -2,9 +2,9 @@ module code.haedhutner.dev/mvv/LastMUD
|
|||
|
||||
go 1.24.4
|
||||
|
||||
require github.com/google/uuid v1.6.0
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/term v0.32.0 // indirect
|
||||
github.com/google/uuid v1.6.0
|
||||
golang.org/x/term v0.32.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.33.0 // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue