Files
beelzebub/go.mod

16 lines
368 B
Modula-2
Raw Normal View History

2022-05-08 20:49:53 +02:00
module beelzebub
go 1.16
require (
github.com/gliderlabs/ssh v0.3.5
github.com/go-resty/resty/v2 v2.7.0
github.com/google/uuid v1.3.0
github.com/jarcoal/httpmock v1.2.0
github.com/rabbitmq/amqp091-go v1.5.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
gopkg.in/yaml.v3 v3.0.1
2022-05-08 20:49:53 +02:00
)