go.mod 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. module github.com/coroot/coroot-node-agent
  2. go 1.16
  3. require (
  4. cloud.google.com/go v0.54.0
  5. github.com/Microsoft/go-winio v0.4.17 // indirect
  6. github.com/Microsoft/hcsshim v0.8.16 // indirect
  7. github.com/aws/aws-sdk-go-v2/config v1.8.1
  8. github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.0
  9. github.com/cilium/ebpf v0.6.2
  10. github.com/containerd/cgroups v1.0.1
  11. github.com/containerd/containerd v1.5.0-rc.0
  12. github.com/containerd/continuity v0.1.0 // indirect
  13. github.com/containerd/fifo v1.0.0 // indirect
  14. github.com/containerd/typeurl v1.0.2 // indirect
  15. github.com/coreos/go-systemd/v22 v22.3.2
  16. github.com/coroot/logparser v1.0.4
  17. github.com/docker/docker v20.10.8+incompatible
  18. github.com/docker/go-connections v0.4.0 // indirect
  19. github.com/florianl/go-conntrack v0.3.0
  20. github.com/google/uuid v1.2.0 // indirect
  21. github.com/mdlayher/taskstats v0.0.0-20210730152605-7c2d9360c326
  22. github.com/morikuni/aec v1.0.0 // indirect
  23. github.com/opencontainers/runc v1.0.1 // indirect
  24. github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
  25. github.com/prometheus/client_golang v1.11.0
  26. github.com/stretchr/testify v1.7.0
  27. github.com/vishvananda/netlink v1.1.0
  28. github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
  29. golang.org/x/mod v0.3.0
  30. golang.org/x/net v0.0.0-20210913180222-943fd674d43e
  31. golang.org/x/sys v0.0.0-20210915083310-ed5796bab164
  32. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  33. inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e
  34. k8s.io/klog/v2 v2.20.0
  35. )