-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ require ( | |
github.com/prometheus/common v0.44.0 | ||
github.com/rs/zerolog v1.30.0 | ||
github.com/slack-go/slack v0.12.2 | ||
github.com/smartcontractkit/wasp v0.3.0 | ||
github.com/smartcontractkit/wasp v0.3.6 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/testcontainers/testcontainers-go v0.23.0 | ||
go.uber.org/atomic v1.11.0 | ||
|
@@ -30,13 +30,16 @@ require ( | |
|
||
require ( | ||
github.com/allegro/bigcache v1.2.1 // indirect | ||
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 // indirect | ||
github.com/cespare/cp v1.1.1 // indirect | ||
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect | ||
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||
github.com/pyroscope-io/client v0.7.1 // indirect | ||
github.com/rs/cors v1.8.3 // indirect | ||
github.com/sercand/kuberesolver/v4 v4.0.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
) | ||
|
@@ -147,11 +150,10 @@ require ( | |
github.com/gosimple/slug v1.13.1 // indirect | ||
github.com/gosimple/unidecode v1.0.1 // indirect | ||
github.com/grafana/dskit v0.0.0-20230201083518-528d8a7d52f2 // indirect | ||
github.com/grafana/loki v1.6.2-0.20230403212622-90888a0cc737 // indirect | ||
github.com/grafana/loki v1.6.2-0.20231017135925-990ac685e6a6 // indirect | ||
github.com/grafana/loki/pkg/push v0.0.0-20230127102416-571f88bc5765 // indirect | ||
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/hashicorp/consul/api v1.22.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
|
@@ -221,7 +223,6 @@ require ( | |
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/russross/blackfriday v1.6.0 // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/cobra v1.6.1 // indirect | ||
|
@@ -234,7 +235,7 @@ require ( | |
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/weaveworks/common v0.0.0-20221201103051-7c2720a9024d // indirect | ||
github.com/weaveworks/common v0.0.0-20230411130259-f7d83a041205 // indirect | ||
github.com/weaveworks/promrus v1.2.0 // indirect | ||
github.com/xlab/treeprint v1.1.0 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.7 // indirect | ||
|
@@ -265,7 +266,7 @@ require ( | |
google.golang.org/genproto v0.0.0-20230717213848-3f92550aa753 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230717213848-3f92550aa753 // indirect | ||
google.golang.org/grpc v1.57.0 // indirect | ||
google.golang.org/grpc v1.57.2 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
|
@@ -303,8 +304,6 @@ replace ( | |
|
||
// Fixes mod/github.com/grafana/[email protected]/pkg/util/metrics_helper.go:798:39: too many arguments in call to lbls.Labels | ||
github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.43.1-0.20230327151049-211ae4f1f0a2 | ||
|
||
github.com/sercand/kuberesolver v2.4.0+incompatible => github.com/sercand/kuberesolver/v5 v5.1.0 | ||
) | ||
|
||
exclude k8s.io/client-go v12.0.0+incompatible |
Oops, something went wrong.