26 lines
636 B
Modula-2
26 lines
636 B
Modula-2
module server
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/miekg/dns v1.1.67
|
|
golang.org/x/sys v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/Binject/debug v0.0.0-20210312092933-6277045c2fdf // indirect
|
|
github.com/Binject/go-donut v0.0.0-20220908180326-fcdcc35d591c // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
al.essio.dev/pkg/shellescape v1.6.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/tools v0.33.0 // indirect
|
|
)
|