-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
29 lines (27 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/DCSO/balboa
go 1.13
require (
github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e
github.com/containerd/containerd v1.6.26 // indirect
github.com/farsightsec/go-nmsg v0.2.0
github.com/fsouza/go-dockerclient v1.7.8 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
github.com/graph-gophers/graphql-go v1.3.0
github.com/machinebox/graphql v0.2.2
github.com/matryer/is v1.2.0 // indirect
github.com/moby/sys/mount v0.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/rabbitmq/amqp091-go v1.3.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/streadway/amqp v1.0.0
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect
github.com/ugorji/go/codec v1.2.6
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0
)