-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (24 loc) · 1.03 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
module github.com/smartrecruiters/rabbitr
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.1.1
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.9.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.2
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/michaelklishin/rabbit-hole/v2 v2.8.0
github.com/mitchellh/mapstructure v1.5.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rabbitmq/amqp091-go v1.3.4
github.com/stretchr/testify v1.6.1 // indirect
github.com/urfave/cli v1.22.4
github.com/vbauerster/mpb/v5 v5.3.0
github.com/zalando/go-keyring v0.2.0
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)