Skip to content

Commit c43000f

Browse files
committed
Update dependencies
1 parent ddcee48 commit c43000f

File tree

2 files changed

+248
-6
lines changed

2 files changed

+248
-6
lines changed

go.mod

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,51 @@ module github.com/erwinvaneyk/goversion
33
go 1.13
44

55
require (
6-
github.com/erwinvaneyk/cobras v0.0.0-20200610150702-9e7b3fed53bf
6+
cloud.google.com/go/storage v1.12.0 // indirect
7+
code.gitea.io/sdk/gitea v0.13.0 // indirect
8+
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
9+
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible // indirect
10+
github.com/Azure/azure-storage-blob-go v0.10.0 // indirect
11+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 // indirect
12+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
13+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
14+
github.com/Djarvur/go-err113 v0.1.0 // indirect
15+
github.com/aws/aws-sdk-go v1.34.33 // indirect
16+
github.com/erwinvaneyk/cobras v0.0.0-20200914200705-1d2dfabe2493
717
github.com/ghodss/yaml v1.0.0
18+
github.com/golangci/misspell v0.3.5 // indirect
19+
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
20+
github.com/google/uuid v1.1.2 // indirect
821
github.com/goreleaser/goreleaser v0.143.0
22+
github.com/goreleaser/nfpm v1.8.0 // indirect
23+
github.com/gostaticanalysis/analysisutil v0.2.1 // indirect
24+
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
25+
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
26+
github.com/magiconair/properties v1.8.4 // indirect
27+
github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e // indirect
28+
github.com/mattn/go-runewidth v0.0.9 // indirect
29+
github.com/mitchellh/mapstructure v1.3.3 // indirect
30+
github.com/pelletier/go-toml v1.8.1 // indirect
31+
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
32+
github.com/sassoftware/go-rpmutils v0.1.1 // indirect
33+
github.com/sirupsen/logrus v1.7.0 // indirect
34+
github.com/spf13/afero v1.4.0 // indirect
935
github.com/spf13/cobra v1.0.0
10-
golang.org/x/tools v0.0.0-20200928112810-42b62fc93869
36+
github.com/stretchr/objx v0.3.0 // indirect
37+
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect
38+
github.com/tetafro/godot v0.4.9 // indirect
39+
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect
40+
github.com/xanzy/go-gitlab v0.38.1 // indirect
41+
go.uber.org/multierr v1.6.0 // indirect
42+
go.uber.org/zap v1.16.0 // indirect
43+
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
44+
golang.org/x/net v0.0.0-20200927032502-5d4f70055728 // indirect
45+
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect
46+
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
47+
golang.org/x/tools v0.0.0-20200928182047-19e03678916f
48+
google.golang.org/genproto v0.0.0-20200925023002-c2d885f95484 // indirect
49+
gopkg.in/ini.v1 v1.61.0 // indirect
50+
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
51+
mvdan.cc/gofumpt v0.0.0-20200927160801-5bfeb2e70dd6 // indirect
52+
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7 // indirect
1153
)

0 commit comments

Comments
 (0)