15 lines
314 B
Modula-2
15 lines
314 B
Modula-2
module adaptix_agent_gopher
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/Adaptix-Framework/axc2 v1.2.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
)
|