-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update module github.com/maxbrunsfeld/counterfeiter/v6 t…
…o v6.11.2
- Loading branch information
1 parent
887746d
commit a6bdb7a
Showing
2 changed files
with
282 additions
and
126 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,34 +1,233 @@ | ||
module github.com/newrelic/newrelic-kubernetes-operator | ||
|
||
go 1.13 | ||
go 1.23 | ||
|
||
toolchain go1.23.4 | ||
Check failure on line 5 in go.mod GitHub Actions / lint
Check failure on line 5 in go.mod GitHub Actions / compile (1.14.x, ubuntu-latest)
|
||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/git-chglog/git-chglog v0.15.0 // indirect | ||
github.com/go-logr/logr v0.1.0 | ||
github.com/go-logr/logr v1.4.2 | ||
github.com/golang/mock v1.4.3 | ||
github.com/goreleaser/goreleaser v0.143.0 | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/llorllale/go-gitlint v0.0.0-20210608233938-d6303cc52cc5 // indirect | ||
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3 | ||
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2 | ||
github.com/newrelic/go-agent/v3 v3.7.0 | ||
github.com/newrelic/newrelic-client-go v0.60.0 | ||
github.com/onsi/ginkgo v1.13.0 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/gomega v1.36.1 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/tools v0.28.0 | ||
k8s.io/api v0.18.4 | ||
k8s.io/apimachinery v0.18.4 | ||
k8s.io/client-go v0.18.4 | ||
sigs.k8s.io/controller-runtime v0.6.0 | ||
sigs.k8s.io/controller-tools v0.3.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.58.0 // indirect | ||
cloud.google.com/go/storage v1.9.0 // indirect | ||
code.gitea.io/sdk/gitea v0.12.1 // indirect | ||
github.com/Azure/azure-pipeline-go v0.2.2 // indirect | ||
github.com/Azure/azure-sdk-for-go v37.1.0+incompatible // indirect | ||
github.com/Azure/azure-storage-blob-go v0.9.0 // indirect | ||
github.com/Azure/go-autorest/autorest v0.9.3 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.2.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.1.0 // indirect | ||
github.com/Azure/go-autorest/tracing v0.5.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/OpenPeeDeeP/depguard v1.0.1 // indirect | ||
github.com/apex/log v1.9.0 // indirect | ||
github.com/aws/aws-sdk-go v1.31.13 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect | ||
github.com/bombsimon/wsl/v3 v3.1.0 // indirect | ||
github.com/caarlos0/ctrlc v1.0.0 // indirect | ||
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect | ||
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/daixiang0/gci v0.0.0-20200727065011-66f1df783cb2 // indirect | ||
github.com/denis-tingajkin/go-header v0.3.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dimchansky/utfbom v1.1.0 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/evanphx/json-patch v4.5.0+incompatible // indirect | ||
github.com/fatih/color v1.12.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/go-critic/go-critic v0.5.0 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.0.0 // indirect | ||
github.com/go-git/go-git/v5 v5.1.0 // indirect | ||
github.com/go-logr/zapr v0.1.0 // indirect | ||
github.com/go-toolsmith/astcast v1.0.0 // indirect | ||
github.com/go-toolsmith/astcopy v1.0.0 // indirect | ||
github.com/go-toolsmith/astequal v1.0.0 // indirect | ||
github.com/go-toolsmith/astfmt v1.0.0 // indirect | ||
github.com/go-toolsmith/astp v1.0.0 // indirect | ||
github.com/go-toolsmith/strparse v1.0.0 // indirect | ||
github.com/go-toolsmith/typep v1.0.2 // indirect | ||
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect | ||
github.com/gobuffalo/flect v0.2.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gofrs/flock v0.7.1 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect | ||
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect | ||
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 // indirect | ||
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 // indirect | ||
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 // indirect | ||
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect | ||
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a // indirect | ||
github.com/golangci/golangci-lint v1.30.0 // indirect | ||
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc // indirect | ||
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 // indirect | ||
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca // indirect | ||
github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 // indirect | ||
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 // indirect | ||
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 // indirect | ||
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-github/v28 v28.1.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/rpmpack v0.0.0-20200731134257-3685799e8fdf // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/google/wire v0.4.0 // indirect | ||
github.com/googleapis/gax-go v2.0.2+incompatible // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/googleapis/gnostic v0.3.1 // indirect | ||
github.com/goreleaser/chglog v0.1.1 // indirect | ||
github.com/goreleaser/nfpm v1.7.0 // indirect | ||
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a // indirect | ||
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 // indirect | ||
github.com/jmespath/go-jmespath v0.3.0 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/kisielk/gotool v1.0.0 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/kyoh86/exportloopref v0.1.7 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/maratori/testpackage v1.0.1 // indirect | ||
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-ieproxy v0.0.1 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-shellwords v1.0.10 // indirect | ||
github.com/mattn/go-zglob v0.0.3 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/nakabonne/nestif v0.3.0 // indirect | ||
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect | ||
github.com/nishanths/exhaustive v0.0.0-20200708172631-8866003e3856 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect | ||
github.com/pelletier/go-toml v1.8.0 // indirect | ||
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.6.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.10.0 // indirect | ||
github.com/psampaz/go-mod-outdated v0.8.0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/prometheus/procfs v0.0.11 // indirect | ||
github.com/quasilyte/go-ruleguard v0.1.2-0.20200318202121-b00d7a75d3d8 // indirect | ||
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect | ||
github.com/ryancurrah/gomodguard v1.1.0 // indirect | ||
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect | ||
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b // indirect | ||
github.com/securego/gosec/v2 v2.4.0 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/sonatard/noctx v0.0.1 // indirect | ||
github.com/sourcegraph/go-diff v0.5.3 // indirect | ||
github.com/spf13/afero v1.3.2 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 // indirect | ||
github.com/ssgreg/nlreturn/v2 v2.0.1 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2 // indirect | ||
github.com/tetafro/godot v0.4.8 // indirect | ||
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e // indirect | ||
github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa // indirect | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect | ||
github.com/ulikunitz/xz v0.5.8 // indirect | ||
github.com/ultraware/funlen v0.0.2 // indirect | ||
github.com/ultraware/whitespace v0.0.4 // indirect | ||
github.com/uudashr/gocognit v1.0.1 // indirect | ||
github.com/xanzy/go-gitlab v0.37.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
go.opencensus.io v0.22.3 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 // indirect | ||
gocloud.dev v0.20.0 // indirect | ||
golang.org/x/crypto v0.30.0 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect | ||
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305 | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect | ||
k8s.io/api v0.18.4 | ||
google.golang.org/api v0.26.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 // indirect | ||
google.golang.org/grpc v1.29.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.4 // indirect | ||
k8s.io/apiextensions-apiserver v0.18.4 // indirect | ||
k8s.io/apimachinery v0.18.4 | ||
k8s.io/client-go v0.18.4 | ||
k8s.io/klog v1.0.0 // indirect | ||
k8s.io/klog/v2 v2.0.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6 // indirect | ||
k8s.io/utils v0.0.0-20200601170155-a0dff01d8ea5 // indirect | ||
sigs.k8s.io/controller-runtime v0.6.0 | ||
sigs.k8s.io/controller-tools v0.3.0 | ||
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f // indirect | ||
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect | ||
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect | ||
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f // indirect | ||
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect | ||
) |
Oops, something went wrong.