2023-10-08 17:45:31 +02:00
|
|
|
module github.com/mariocandela/beelzebub/v3
|
2022-05-08 20:49:53 +02:00
|
|
|
|
2025-03-24 05:16:34 +11:00
|
|
|
go 1.24
|
|
|
|
|
|
|
|
toolchain go1.24.1
|
2022-05-08 20:49:53 +02:00
|
|
|
|
|
|
|
require (
|
2024-12-13 08:02:07 +01:00
|
|
|
github.com/gliderlabs/ssh v0.3.8
|
2025-01-24 08:32:45 +01:00
|
|
|
github.com/go-resty/resty/v2 v2.16.5
|
2024-01-24 07:56:26 +01:00
|
|
|
github.com/google/uuid v1.6.0
|
2025-04-07 09:33:47 +02:00
|
|
|
github.com/jarcoal/httpmock v1.4.0
|
2023-10-02 08:31:59 +02:00
|
|
|
github.com/melbahja/goph v1.4.0
|
2025-04-09 08:02:34 +02:00
|
|
|
github.com/prometheus/client_golang v1.22.0
|
2024-05-09 17:05:51 +02:00
|
|
|
github.com/rabbitmq/amqp091-go v1.10.0
|
2023-06-05 08:56:18 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-11-25 08:39:56 +01:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-04-17 09:47:33 +02:00
|
|
|
golang.org/x/crypto v0.36.0
|
2025-05-06 07:19:07 +02:00
|
|
|
golang.org/x/term v0.32.0
|
2022-07-26 04:44:46 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-05-08 20:49:53 +02:00
|
|
|
)
|
2023-02-26 18:04:05 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
2023-03-31 20:03:42 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-08-15 08:48:06 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2024-05-09 17:05:51 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2024-08-15 08:48:06 +02:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-08-15 08:48:06 +02:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2025-04-09 08:02:34 +02:00
|
|
|
github.com/prometheus/common v0.62.0 // indirect
|
2024-08-15 08:48:06 +02:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2025-04-17 09:47:33 +02:00
|
|
|
golang.org/x/net v0.38.0 // indirect
|
2025-05-06 07:19:07 +02:00
|
|
|
golang.org/x/sys v0.33.0 // indirect
|
2025-04-09 08:02:34 +02:00
|
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
)
|