2024-10-03 19:14:32 +08:00
|
|
|
module github.com/tursom/mc-gateway
|
|
|
|
|
|
|
|
go 1.23.1
|
2024-10-03 19:48:24 +08:00
|
|
|
|
|
|
|
require github.com/fsnotify/fsnotify v1.7.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/rs/zerolog v1.33.0
|
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
)
|