go.mod 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. module github.com/weaveworks/scope
  2. go 1.16
  3. require (
  4. camlistore.org v0.0.0-20171230002226-a5a65f0d8b22
  5. github.com/NYTimes/gziphandler v1.0.2-0.20180227021810-5032c8878b9d
  6. github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
  7. github.com/armon/go-radix v0.0.0-20160115234725-4239b77079c7
  8. github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
  9. github.com/aws/aws-sdk-go v1.15.78
  10. github.com/bluele/gcache v0.0.0-20150827032927-fb6c0b0e1ff0
  11. github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
  12. github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a
  13. github.com/c9s/goprocinfo v0.0.0-20151025191153-19cb9f127a9c
  14. github.com/certifi/gocertifi v0.0.0-20150906030631-84c0a38a18fc
  15. github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
  16. github.com/coocood/freecache v0.0.0-20150903053832-a27035d5537f
  17. github.com/cpuguy83/go-md2man v1.0.4 // indirect
  18. github.com/davecgh/go-spew v1.1.1
  19. github.com/docker/docker v1.4.2-0.20180827131323-0c5f8d2b9b23
  20. github.com/dustin/go-humanize v0.0.0-20160923163517-bd88f87ad3a4
  21. github.com/evanphx/json-patch v0.0.0-20170719203123-944e07253867 // indirect
  22. github.com/fatih/camelcase v1.0.0 // indirect
  23. github.com/fsouza/go-dockerclient v1.3.0
  24. github.com/gogo/protobuf v1.3.0
  25. github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
  26. github.com/golang/groupcache v0.0.0-20171101203131-84a468cf14b4 // indirect
  27. github.com/golang/protobuf v1.3.2
  28. github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect
  29. github.com/google/gopacket v1.1.17
  30. github.com/googleapis/gnostic v0.1.1-0.20180110061420-49e5b5b1abae // indirect
  31. github.com/gorilla/handlers v0.0.0-20151024084542-9a8d6fa6e647
  32. github.com/gorilla/mux v1.6.2
  33. github.com/gorilla/websocket v0.0.0-20160221213430-5c91b59efa23
  34. github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
  35. github.com/hashicorp/consul v0.6.4-0.20160227001210-2a4436075dbb
  36. github.com/hashicorp/go-cleanhttp v0.5.0
  37. github.com/hashicorp/go-msgpack v1.1.5 // indirect
  38. github.com/hashicorp/hcl v1.0.0 // indirect
  39. github.com/hashicorp/serf v0.7.1-0.20160225025727-b00b7b98ce2b // indirect
  40. github.com/imdario/mergo v0.3.5 // indirect
  41. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  42. github.com/iovisor/gobpf v0.0.0-20180826141936-4ece6c56f936 // indirect
  43. github.com/k-sone/critbitgo v1.2.0
  44. github.com/kr/pty v1.1.1
  45. github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
  46. github.com/miekg/dns v0.0.0-20160129163459-3d66e3747d22
  47. github.com/mjibson/esc v0.2.0
  48. github.com/nats-io/gnatsd v0.8.1-0.20160607194326-f2c17eb159e1 // indirect
  49. github.com/nats-io/nats v1.2.1-0.20160607194537-ce9cdc9addff
  50. github.com/nats-io/nuid v0.0.0-20160402145409-a5152d67cf63 // indirect
  51. github.com/opencontainers/runc v1.0.0-rc5 // indirect
  52. github.com/openebs/k8s-snapshot-client v0.0.0-20180831100134-a6506305fb16
  53. github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
  54. github.com/opentracing/opentracing-go v1.1.0
  55. github.com/paypal/ionet v0.0.0-20130919195445-ed0aaebc5417
  56. github.com/pborman/uuid v0.0.0-20150824212802-cccd189d45f7
  57. github.com/peterbourgon/diskv v2.0.2-0.20171120014656-2973218375c3+incompatible // indirect
  58. github.com/peterbourgon/runsvinit v2.0.0+incompatible
  59. github.com/pkg/errors v0.8.1
  60. github.com/prometheus/client_golang v1.5.0
  61. github.com/richo/GOSHOUT v0.0.0-20210103052837-9a2e452d4c18
  62. github.com/russross/blackfriday v0.0.0-20151020174500-a18a46c9b943 // indirect
  63. github.com/shurcooL/sanitized_anchor_name v0.0.0-20150822220530-244f5ac324cb // indirect
  64. github.com/sirupsen/logrus v1.4.2
  65. github.com/spaolacci/murmur3 v0.0.0-20150829172844-0d12bf811670
  66. github.com/spf13/cobra v0.0.0-20151013225139-8b2293c74173 // indirect
  67. github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95 // indirect
  68. github.com/stretchr/testify v1.4.0
  69. github.com/tylerb/graceful v1.2.13
  70. github.com/typetypetype/conntrack v1.0.1-0.20181112022515-9d9dd841d4eb
  71. github.com/uber/jaeger-client-go v2.22.1+incompatible // indirect
  72. github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
  73. github.com/ugorji/go v0.0.0-20170918222552-54210f4e076c
  74. github.com/vishvananda/netlink v1.0.1-0.20190913165827-36d367fd76f9
  75. github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
  76. github.com/weaveworks/billing-client v0.5.0
  77. github.com/weaveworks/common v0.0.0-20200310113808-2708ba4e60a4
  78. github.com/weaveworks/go-checkpoint v0.0.0-20160428112813-62324982ab51
  79. github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76
  80. github.com/weaveworks/tcptracer-bpf v0.0.0-20200114145059-84a08fc667c0
  81. github.com/weaveworks/weave v2.3.1-0.20180427133448-4da998ab4507+incompatible
  82. github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c
  83. golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
  84. golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
  85. golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
  86. golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984 // indirect
  87. golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
  88. golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b
  89. google.golang.org/grpc v1.19.0
  90. gopkg.in/inf.v0 v0.9.0 // indirect
  91. k8s.io/api v0.0.0-20181204000039-89a74a8d264d
  92. k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
  93. k8s.io/cli-runtime v0.0.0-20181204004549-a04da5c88c07 // indirect
  94. k8s.io/client-go v10.0.0+incompatible
  95. k8s.io/klog v0.1.0 // indirect
  96. k8s.io/kube-openapi v0.0.0-20180108222231-a07b7bbb58e7 // indirect
  97. k8s.io/kubernetes v1.13.0
  98. k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
  99. sigs.k8s.io/yaml v1.1.0 // indirect
  100. )
  101. // Do not upgrade until https://github.com/fluent/fluent-logger-golang/issues/80 is fixed
  102. replace github.com/fluent/fluent-logger-golang => github.com/fluent/fluent-logger-golang v1.2.1