forked from dell/iDRAC-Telemetry-Reference-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.55 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
30
31
32
33
34
35
36
37
38
module gitlab.pgre.dell.com/enterprise/telemetryservice
go 1.13
require (
github.com/cenkalti/backoff/v4 v4.1.0
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674
github.com/fatih/structs v1.1.0
github.com/gin-gonic/gin v1.7.1
github.com/go-sql-driver/mysql v1.4.1
github.com/go-stomp/stomp v2.0.3+incompatible
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/godbus/dbus/v5 v5.0.2
github.com/google/uuid v1.1.1
github.com/hashicorp/go-memdb v1.2.0
github.com/holoplot/go-avahi v0.0.0-20200330183759-353f06b94992
github.com/influxdata/influxdb1-client v0.0.0-20190809212627-fc22c7df067e
github.com/jackc/pgx/v4 v4.10.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/prometheus/client_golang v1.1.0
github.com/romanm-perun/gin-sse-example v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/spf13/viper v1.6.3
github.com/stretchr/objx v0.2.0 // indirect
go.etcd.io/bbolt v1.3.3
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/ini.v1 v1.51.0
pack.ag/amqp v0.12.3
)