| // Licensed to the Apache Software Foundation (ASF) under one |
| // or more contributor license agreements. See the NOTICE file |
| // distributed with this work for additional information |
| // regarding copyright ownership. The ASF licenses this file |
| // to you under the Apache License, Version 2.0 (the |
| // "License"); you may not use this file except in compliance |
| // with the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, |
| // software distributed under the License is distributed on an |
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| // KIND, either express or implied. See the License for the |
| // specific language governing permissions and limitations |
| // under the License. |
| |
| module github.com/apache/incubator-pegasus/collector |
| |
| go 1.18 |
| |
| require ( |
| github.com/apache/incubator-pegasus/go-client v0.0.0-20220526071020-be5634371701 |
| github.com/kataras/iris/v12 v12.2.0 |
| github.com/prometheus/client_golang v1.11.1 |
| github.com/sirupsen/logrus v1.8.1 |
| github.com/spf13/viper v1.7.1 |
| github.com/stretchr/testify v1.8.2 |
| github.com/tidwall/gjson v1.14.0 |
| gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
| gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 |
| k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3 |
| ) |
| |
| require ( |
| github.com/BurntSushi/toml v1.2.1 // indirect |
| github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect |
| github.com/CloudyKit/jet/v6 v6.2.0 // indirect |
| github.com/Joker/jade v1.1.3 // indirect |
| github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect |
| github.com/andybalholm/brotli v1.0.5 // indirect |
| github.com/apache/thrift v0.13.0 // indirect |
| github.com/aymerick/douceur v0.2.0 // indirect |
| github.com/beorn7/perks v1.0.1 // indirect |
| github.com/cenkalti/backoff/v4 v4.1.0 // indirect |
| github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect |
| github.com/fatih/structs v1.1.0 // indirect |
| github.com/flosch/pongo2/v4 v4.0.2 // indirect |
| github.com/fsnotify/fsnotify v1.5.4 // indirect |
| github.com/golang/protobuf v1.5.2 // indirect |
| github.com/golang/snappy v0.0.4 // indirect |
| github.com/google/uuid v1.3.0 // indirect |
| github.com/gorilla/css v1.0.0 // indirect |
| github.com/hashicorp/hcl v1.0.0 // indirect |
| github.com/iris-contrib/schema v0.0.6 // indirect |
| github.com/josharian/intern v1.0.0 // indirect |
| github.com/kataras/blocks v0.0.7 // indirect |
| github.com/kataras/golog v0.1.8 // indirect |
| github.com/kataras/pio v0.0.11 // indirect |
| github.com/kataras/sitemap v0.0.6 // indirect |
| github.com/kataras/tunnel v0.0.4 // indirect |
| github.com/klauspost/compress v1.16.0 // indirect |
| github.com/magiconair/properties v1.8.1 // indirect |
| github.com/mailgun/raymond/v2 v2.0.48 // indirect |
| github.com/mailru/easyjson v0.7.7 // indirect |
| github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| github.com/microcosm-cc/bluemonday v1.0.23 // indirect |
| github.com/mitchellh/mapstructure v1.1.2 // indirect |
| github.com/pelletier/go-toml v1.2.0 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/prometheus/client_model v0.2.0 // indirect |
| github.com/prometheus/common v0.26.0 // indirect |
| github.com/prometheus/procfs v0.6.0 // indirect |
| github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| github.com/schollz/closestmatch v2.1.0+incompatible // indirect |
| github.com/sergi/go-diff v1.1.0 // indirect |
| github.com/spf13/afero v1.1.2 // indirect |
| github.com/spf13/cast v1.3.0 // indirect |
| github.com/spf13/jwalterweatherman v1.0.0 // indirect |
| github.com/spf13/pflag v1.0.5 // indirect |
| github.com/subosito/gotenv v1.2.0 // indirect |
| github.com/tdewolff/minify/v2 v2.12.4 // indirect |
| github.com/tdewolff/parse/v2 v2.6.4 // indirect |
| github.com/tidwall/match v1.1.1 // indirect |
| github.com/tidwall/pretty v1.2.0 // indirect |
| github.com/valyala/bytebufferpool v1.0.0 // indirect |
| github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
| github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
| github.com/yosssi/ace v0.0.5 // indirect |
| golang.org/x/crypto v0.17.0 // indirect |
| golang.org/x/net v0.17.0 // indirect |
| golang.org/x/sys v0.15.0 // indirect |
| golang.org/x/text v0.14.0 // indirect |
| golang.org/x/time v0.3.0 // indirect |
| google.golang.org/protobuf v1.29.1 // indirect |
| gopkg.in/ini.v1 v1.67.0 // indirect |
| gopkg.in/yaml.v2 v2.4.0 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |