You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
607 B
Modula-2

module git.echol.cn/loser/loki-client-go
go 1.15
require (
github.com/blang/semver v3.5.1+incompatible
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.1
github.com/golang/snappy v0.0.2
github.com/json-iterator/go v1.1.11
github.com/mitchellh/mapstructure v1.2.2
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0
github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.32.0
gopkg.in/yaml.v2 v2.4.0
)