0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-13 03:57:50 +00:00
crazy-max_diun/go.mod
dependabot[bot] 066eafc8a9
Bump github.com/panjf2000/ants/v2 from 2.4.5 to 2.4.6 (#416)
Bumps [github.com/panjf2000/ants/v2](https://github.com/panjf2000/ants) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/panjf2000/ants/releases)
- [Commits](https://github.com/panjf2000/ants/compare/v2.4.5...v2.4.6)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/ants/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 00:09:34 +02:00

52 lines
2 KiB
Modula-2

module github.com/crazy-max/diun/v4
go 1.16
require (
github.com/alecthomas/kong v0.2.17
github.com/bmatcuk/doublestar/v3 v3.0.0
github.com/containerd/containerd v1.5.2
github.com/containers/image/v5 v5.13.2
github.com/crazy-max/gohealthchecks v0.3.0
github.com/crazy-max/gonfig v0.4.0
github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
github.com/go-playground/validator/v10 v10.6.1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gregdel/pushover v0.0.0-20201104094836-ddbe0c1d3a38
github.com/hako/durafmt v0.0.0-20190612201238-650ed9f29a84
github.com/imdario/mergo v0.3.12
github.com/jedib0t/go-pretty/v6 v6.2.2
github.com/matcornic/hermes/v2 v2.1.0
github.com/matrix-org/gomatrix v0.0.0-20200501121722-e5578b12c752
github.com/microcosm-cc/bluemonday v1.0.14
github.com/moby/buildkit v0.8.3
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/nlopes/slack v0.6.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
github.com/panjf2000/ants/v2 v2.4.6
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.6.0
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.23.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.7.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/pretty v1.2.0
go.etcd.io/bbolt v1.3.6
google.golang.org/grpc v1.38.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.26.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
)