2023-10-08 17:45:31 +02:00
|
|
|
module github.com/mariocandela/beelzebub/v3
|
2022-05-08 20:49:53 +02:00
|
|
|
|
2023-02-26 18:04:05 +01:00
|
|
|
go 1.20
|
2022-05-08 20:49:53 +02:00
|
|
|
|
|
|
|
require (
|
2023-12-21 09:04:53 +01:00
|
|
|
github.com/gliderlabs/ssh v0.3.6
|
2023-10-16 07:57:05 +02:00
|
|
|
github.com/go-resty/resty/v2 v2.10.0
|
2023-12-13 08:02:10 +01:00
|
|
|
github.com/google/uuid v1.5.0
|
2023-08-17 13:40:39 +02:00
|
|
|
github.com/jarcoal/httpmock v1.3.1
|
2023-10-02 08:31:59 +02:00
|
|
|
github.com/melbahja/goph v1.4.0
|
2023-09-28 08:32:21 +02:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
2023-10-03 07:43:06 +02:00
|
|
|
github.com/rabbitmq/amqp091-go v1.9.0
|
2023-06-05 08:56:18 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-05-31 09:23:42 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-12-19 08:45:36 +01:00
|
|
|
golang.org/x/crypto v0.17.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
|
2023-04-14 07:51:58 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-04-14 07:51:58 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2023-04-14 07:51:58 +02:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // 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
|
2023-09-28 08:32:21 +02:00
|
|
|
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
|
|
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.11.1 // indirect
|
2023-10-12 08:35:19 +02:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-11-28 07:06:57 +01:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/term v0.15.0 // indirect
|
2023-09-28 08:32:21 +02:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2023-02-26 18:04:05 +01:00
|
|
|
)
|