mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-26 08:48:50 +00:00
985f23df19
chore(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16
149 lines
6.9 KiB
Modula-2
149 lines
6.9 KiB
Modula-2
module github.com/crazy-max/diun/v4
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
|
github.com/alecthomas/kong v0.7.1
|
|
github.com/bmatcuk/doublestar/v3 v3.0.0
|
|
github.com/containerd/containerd v1.7.2
|
|
github.com/containers/image/v5 v5.25.0
|
|
github.com/crazy-max/cron/v3 v3.1.1
|
|
github.com/crazy-max/gohealthchecks v0.4.1
|
|
github.com/crazy-max/gonfig v0.7.1
|
|
github.com/docker/docker v24.0.2+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
|
github.com/go-playground/validator/v10 v10.14.1
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/gregdel/pushover v1.2.0
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
github.com/hashicorp/nomad/api v0.0.0-20221121194306-f464aca721d2 // v1.4.3
|
|
github.com/imdario/mergo v0.3.16
|
|
github.com/jedib0t/go-pretty/v6 v6.4.6
|
|
github.com/matcornic/hermes/v2 v2.1.0
|
|
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
|
|
github.com/microcosm-cc/bluemonday v1.0.24
|
|
github.com/moby/buildkit v0.11.6
|
|
github.com/nlopes/slack v0.6.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
|
|
github.com/panjf2000/ants/v2 v2.7.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/rs/zerolog v1.29.1
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/streadway/amqp v1.0.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tidwall/pretty v1.2.1
|
|
go.etcd.io/bbolt v1.3.7
|
|
golang.org/x/mod v0.10.0
|
|
golang.org/x/sys v0.8.0
|
|
google.golang.org/grpc v1.55.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/api v0.26.2
|
|
k8s.io/apimachinery v0.26.2
|
|
k8s.io/client-go v0.26.2
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.16.0+incompatible // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/andybalholm/cascadia v1.0.0 // indirect
|
|
github.com/aokoli/goutils v1.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
|
|
github.com/containers/ocicrypt v1.1.7 // indirect
|
|
github.com/containers/storage v1.46.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
|
|
github.com/felixge/fgprof v0.9.3 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/cronexpr v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1 // indirect
|
|
github.com/opencontainers/runc v1.1.5 // indirect
|
|
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/ulikunitz/xz v0.5.11 // indirect
|
|
github.com/vanng822/css v0.0.0-20190504095207-a21e860bcd04 // indirect
|
|
github.com/vanng822/go-premailer v0.0.0-20191214114701-be27abe028fe // indirect
|
|
github.com/vbatts/tar-split v0.11.3 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/oauth2 v0.6.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/term v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/time v0.1.0 // indirect
|
|
golang.org/x/tools v0.7.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/klog/v2 v2.90.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
|
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|