-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
31 lines (29 loc) · 991 Bytes
/
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
module github.com/inexio/thola
go 1.16
require (
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/go-resty/resty/v2 v2.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gocarina/gocsv v0.0.0-20210516172204-ca9e8a8ddea8
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomodule/redigo v1.8.4
github.com/google/go-cmp v0.5.5
github.com/gosnmp/gosnmp v1.30.0
github.com/inexio/go-monitoringplugin v1.0.13
github.com/jmoiron/sqlx v1.2.0
github.com/labstack/echo/v4 v4.6.1
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/mapstructure v1.3.3
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.2.1
github.com/rs/zerolog v1.20.0
github.com/schollz/progressbar/v3 v3.5.1
github.com/shopspring/decimal v1.2.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/ulule/limiter/v3 v3.5.0
golang.org/x/text v0.3.7
gopkg.in/yaml.v2 v2.3.0
)