go.mod 1.7 KB
Newer Older
W
wangzelin.wzl 已提交
1 2 3 4 5 6 7 8 9 10
module github.com/oceanbase/obagent

go 1.14

require (
	github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
	github.com/dolthub/go-mysql-server v0.10.0
	github.com/fsnotify/fsnotify v1.4.9 // indirect
	github.com/gin-contrib/pprof v1.3.0
	github.com/gin-gonic/gin v1.7.2
C
chris-sun-star 已提交
11
	github.com/go-kit/kit v0.10.0
W
wangzelin.wzl 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
	github.com/go-kit/log v0.1.0
	github.com/go-sql-driver/mysql v1.6.0
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/gwatts/gin-adapter v0.0.0-20170508204228-c44433c485ad
	github.com/huandu/go-clone v1.3.0
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/mattn/go-isatty v0.0.12
	github.com/nicksnyder/go-i18n/v2 v2.1.2
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/pelletier/go-toml v1.9.3 // indirect
	github.com/pkg/errors v0.9.1
	github.com/prometheus/client_golang v1.11.0
	github.com/prometheus/client_model v0.2.0
	github.com/prometheus/common v0.30.0
C
chris-sun-star 已提交
27
	github.com/prometheus/mysqld_exporter v0.13.0 // indirect
W
wangzelin.wzl 已提交
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
	github.com/prometheus/node_exporter v1.2.2
	github.com/sirupsen/logrus v1.8.1
	github.com/smartystreets/goconvey v1.6.4
	github.com/spf13/afero v1.5.1 // indirect
	github.com/spf13/cast v1.3.0
	github.com/spf13/cobra v0.0.3
	github.com/spf13/viper v1.3.2
	github.com/stretchr/testify v1.7.0
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
	golang.org/x/text v0.3.6
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)