mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/jarcoal/httpmock/releases) - [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.0.0-20200128061546-ea2b5af37297
|
|
github.com/Masterminds/semver/v3 v3.0.3
|
|
github.com/apex/log v1.1.1
|
|
github.com/aws/aws-sdk-go v1.25.11 // indirect
|
|
github.com/caarlos0/ctrlc v1.0.0
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/fatih/color v1.9.0
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/goreleaser/nfpm v1.2.1
|
|
github.com/imdario/mergo v0.3.8
|
|
github.com/jarcoal/httpmock v1.0.5
|
|
github.com/kamilsk/retry/v4 v4.7.2
|
|
github.com/mattn/go-zglob v0.0.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/xanzy/go-gitlab v0.28.0
|
|
gocloud.dev v0.19.0
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|