Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/goreleaser/goreleaser from 0.143.0 to 1.14.1 #225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ go 1.14
require (
github.com/damianoneill/net v0.1.2
github.com/golangci/golangci-lint v1.30.0
github.com/goreleaser/goreleaser v0.143.0
github.com/hashicorp/go-hclog v0.15.0
github.com/goreleaser/goreleaser v1.14.1
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-plugin v1.4.2
github.com/jarcoal/httpmock v1.0.6
github.com/jarcoal/httpmock v1.2.0
github.com/jszwec/csvutil v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/afero v1.4.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.1
github.com/tj/assert v0.0.3
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
Loading