forked from weaveworks/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: alanprot <[email protected]>
- Loading branch information
Showing
3 changed files
with
79 additions
and
1,183 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 |
---|---|---|
@@ -1,64 +1,67 @@ | ||
module github.com/weaveworks/common | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | ||
github.com/aws/aws-sdk-go v1.27.0 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/felixge/httpsnoop v1.0.3 | ||
github.com/go-kit/log v0.2.1 | ||
github.com/gogo/googleapis v1.1.0 | ||
github.com/gogo/protobuf v1.3.0 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/gogo/status v1.0.3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | ||
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02 | ||
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9 | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/prometheus/client_golang v1.15.1 | ||
github.com/prometheus/exporter-toolkit v0.8.2 | ||
github.com/sercand/kuberesolver/v4 v4.0.0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/soheilhy/cmux v0.1.5 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/uber/jaeger-client-go v2.28.0+incompatible | ||
github.com/uber/jaeger-lib v2.2.0+incompatible | ||
github.com/weaveworks/promrus v1.2.0 | ||
golang.org/x/net v0.5.0 | ||
golang.org/x/tools v0.3.0 | ||
google.golang.org/grpc v1.53.0 | ||
golang.org/x/net v0.31.0 | ||
golang.org/x/tools v0.22.0 | ||
google.golang.org/grpc v1.65.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect | ||
github.com/coreos/go-systemd/v22 v22.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/kr/text v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/rogpeppe/go-internal v1.13.1 // indirect | ||
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect | ||
go.uber.org/atomic v1.5.1 // indirect | ||
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/oauth2 v0.4.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
golang.org/x/oauth2 v0.20.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.