|
1 | 1 | module github.com/weaveworks/flintlock/hack/tools
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/golang/mock v1.6.0
|
7 | 7 | github.com/golangci/golangci-lint v1.41.1
|
8 |
| - github.com/google/wire v0.5.0 // indirect |
| 8 | + github.com/google/wire v0.5.0 |
9 | 9 | github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
10 | 10 | github.com/onsi/ginkgo v1.16.4
|
11 |
| - github.com/stretchr/objx v0.2.0 // indirect |
12 | 11 | google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
13 | 12 | google.golang.org/protobuf v1.27.1
|
14 | 13 | )
|
| 14 | + |
| 15 | +require ( |
| 16 | + 4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a // indirect |
| 17 | + github.com/BurntSushi/toml v0.3.1 // indirect |
| 18 | + github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect |
| 19 | + github.com/Masterminds/semver v1.5.0 // indirect |
| 20 | + github.com/OpenPeeDeeP/depguard v1.0.1 // indirect |
| 21 | + github.com/alexkohler/prealloc v1.0.0 // indirect |
| 22 | + github.com/ashanbrown/forbidigo v1.2.0 // indirect |
| 23 | + github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde // indirect |
| 24 | + github.com/beorn7/perks v1.0.1 // indirect |
| 25 | + github.com/bkielbasa/cyclop v1.2.0 // indirect |
| 26 | + github.com/bombsimon/wsl/v3 v3.3.0 // indirect |
| 27 | + github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 28 | + github.com/charithe/durationcheck v0.0.8 // indirect |
| 29 | + github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af // indirect |
| 30 | + github.com/daixiang0/gci v0.2.8 // indirect |
| 31 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 32 | + github.com/denis-tingajkin/go-header v0.4.2 // indirect |
| 33 | + github.com/esimonov/ifshort v1.0.2 // indirect |
| 34 | + github.com/ettle/strcase v0.1.1 // indirect |
| 35 | + github.com/fatih/color v1.12.0 // indirect |
| 36 | + github.com/fatih/structtag v1.2.0 // indirect |
| 37 | + github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 38 | + github.com/fzipp/gocyclo v0.3.1 // indirect |
| 39 | + github.com/ghodss/yaml v1.0.0 // indirect |
| 40 | + github.com/go-critic/go-critic v0.5.6 // indirect |
| 41 | + github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect |
| 42 | + github.com/go-toolsmith/astcast v1.0.0 // indirect |
| 43 | + github.com/go-toolsmith/astcopy v1.0.0 // indirect |
| 44 | + github.com/go-toolsmith/astequal v1.0.0 // indirect |
| 45 | + github.com/go-toolsmith/astfmt v1.0.0 // indirect |
| 46 | + github.com/go-toolsmith/astp v1.0.0 // indirect |
| 47 | + github.com/go-toolsmith/strparse v1.0.0 // indirect |
| 48 | + github.com/go-toolsmith/typep v1.0.2 // indirect |
| 49 | + github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect |
| 50 | + github.com/gobwas/glob v0.2.3 // indirect |
| 51 | + github.com/gofrs/flock v0.8.0 // indirect |
| 52 | + github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect |
| 53 | + github.com/golang/protobuf v1.5.2 // indirect |
| 54 | + github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect |
| 55 | + github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect |
| 56 | + github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 // indirect |
| 57 | + github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a // indirect |
| 58 | + github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 // indirect |
| 59 | + github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca // indirect |
| 60 | + github.com/golangci/misspell v0.3.5 // indirect |
| 61 | + github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 // indirect |
| 62 | + github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect |
| 63 | + github.com/google/go-cmp v0.5.6 // indirect |
| 64 | + github.com/google/subcommands v1.0.1 // indirect |
| 65 | + github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 // indirect |
| 66 | + github.com/gostaticanalysis/analysisutil v0.4.1 // indirect |
| 67 | + github.com/gostaticanalysis/comment v1.4.1 // indirect |
| 68 | + github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5 // indirect |
| 69 | + github.com/gostaticanalysis/nilerr v0.1.1 // indirect |
| 70 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 71 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 72 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 73 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 74 | + github.com/jgautheron/goconst v1.5.1 // indirect |
| 75 | + github.com/jingyugao/rowserrcheck v1.1.0 // indirect |
| 76 | + github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect |
| 77 | + github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d // indirect |
| 78 | + github.com/kisielk/errcheck v1.6.0 // indirect |
| 79 | + github.com/kisielk/gotool v1.0.0 // indirect |
| 80 | + github.com/kulti/thelper v0.4.0 // indirect |
| 81 | + github.com/kunwardeep/paralleltest v1.0.2 // indirect |
| 82 | + github.com/kyoh86/exportloopref v0.1.8 // indirect |
| 83 | + github.com/ldez/gomoddirectives v0.2.1 // indirect |
| 84 | + github.com/ldez/tagliatelle v0.2.0 // indirect |
| 85 | + github.com/magiconair/properties v1.8.1 // indirect |
| 86 | + github.com/maratori/testpackage v1.0.1 // indirect |
| 87 | + github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect |
| 88 | + github.com/mattn/go-colorable v0.1.8 // indirect |
| 89 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 90 | + github.com/mattn/go-runewidth v0.0.9 // indirect |
| 91 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 92 | + github.com/mbilski/exhaustivestruct v1.2.0 // indirect |
| 93 | + github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 // indirect |
| 94 | + github.com/mgechev/revive v1.0.7 // indirect |
| 95 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 96 | + github.com/mitchellh/mapstructure v1.1.2 // indirect |
| 97 | + github.com/moricho/tparallel v0.2.1 // indirect |
| 98 | + github.com/nakabonne/nestif v0.3.0 // indirect |
| 99 | + github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect |
| 100 | + github.com/nishanths/exhaustive v0.1.0 // indirect |
| 101 | + github.com/nishanths/predeclared v0.2.1 // indirect |
| 102 | + github.com/nxadm/tail v1.4.8 // indirect |
| 103 | + github.com/olekukonko/tablewriter v0.0.5 // indirect |
| 104 | + github.com/pelletier/go-toml v1.2.0 // indirect |
| 105 | + github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect |
| 106 | + github.com/pkg/errors v0.9.1 // indirect |
| 107 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 108 | + github.com/polyfloyd/go-errorlint v0.0.0-20210510181950-ab96adb96fea // indirect |
| 109 | + github.com/prometheus/client_golang v1.7.1 // indirect |
| 110 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 111 | + github.com/prometheus/common v0.10.0 // indirect |
| 112 | + github.com/prometheus/procfs v0.1.3 // indirect |
| 113 | + github.com/quasilyte/go-ruleguard v0.3.4 // indirect |
| 114 | + github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect |
| 115 | + github.com/ryancurrah/gomodguard v1.2.2 // indirect |
| 116 | + github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect |
| 117 | + github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect |
| 118 | + github.com/securego/gosec/v2 v2.8.0 // indirect |
| 119 | + github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect |
| 120 | + github.com/sirupsen/logrus v1.8.1 // indirect |
| 121 | + github.com/sonatard/noctx v0.0.1 // indirect |
| 122 | + github.com/sourcegraph/go-diff v0.6.1 // indirect |
| 123 | + github.com/spf13/afero v1.1.2 // indirect |
| 124 | + github.com/spf13/cast v1.3.0 // indirect |
| 125 | + github.com/spf13/cobra v1.1.3 // indirect |
| 126 | + github.com/spf13/jwalterweatherman v1.0.0 // indirect |
| 127 | + github.com/spf13/pflag v1.0.5 // indirect |
| 128 | + github.com/spf13/viper v1.7.1 // indirect |
| 129 | + github.com/ssgreg/nlreturn/v2 v2.1.0 // indirect |
| 130 | + github.com/stretchr/objx v0.2.0 // indirect |
| 131 | + github.com/stretchr/testify v1.7.0 // indirect |
| 132 | + github.com/subosito/gotenv v1.2.0 // indirect |
| 133 | + github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect |
| 134 | + github.com/tetafro/godot v1.4.7 // indirect |
| 135 | + github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect |
| 136 | + github.com/tomarrell/wrapcheck/v2 v2.1.0 // indirect |
| 137 | + github.com/tommy-muehle/go-mnd/v2 v2.4.0 // indirect |
| 138 | + github.com/ultraware/funlen v0.0.3 // indirect |
| 139 | + github.com/ultraware/whitespace v0.0.4 // indirect |
| 140 | + github.com/uudashr/gocognit v1.0.1 // indirect |
| 141 | + github.com/yeya24/promlinter v0.1.0 // indirect |
| 142 | + golang.org/x/mod v0.4.2 // indirect |
| 143 | + golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect |
| 144 | + golang.org/x/text v0.3.5 // indirect |
| 145 | + golang.org/x/tools v0.1.3 // indirect |
| 146 | + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 147 | + google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect |
| 148 | + gopkg.in/ini.v1 v1.51.0 // indirect |
| 149 | + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
| 150 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 151 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 152 | + honnef.co/go/tools v0.2.0 // indirect |
| 153 | + mvdan.cc/gofumpt v0.1.1 // indirect |
| 154 | + mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect |
| 155 | + mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect |
| 156 | + mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 // indirect |
| 157 | +) |
0 commit comments