Skip to content

Commit

Permalink
fix: update code.gitea.io/sdk/gitea (#1220)
Browse files Browse the repository at this point in the history
* fix: invalid pseudo version for github.com/go-macaron/cors

* chore: use go1.13

* chore: update code.gitea.io/sdk/gitea

* go mod tidy
  • Loading branch information
ldez authored and caarlos0 committed Oct 29, 2019
1 parent c7c6218 commit 5102c8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 223 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ conduct](/CODE_OF_CONDUCT.md).
Prerequisites:

- `make`
- [Go 1.11+](https://golang.org/doc/install)
- [Go 1.13+](https://golang.org/doc/install)
- [snapcraft](https://snapcraft.io/)
- [Docker](https://www.docker.com/)
- `gpg` (probably already installed on your system)
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -4,8 +4,7 @@ TEST_OPTIONS?=

export PATH := ./bin:$(PATH)
export GO111MODULE := on
# enable consistent Go 1.12/1.13 GOPROXY behavior.
export GOPROXY = https://proxy.golang.org,https://gocenter.io,direct
export GOPROXY = https://proxy.golang.org,direct

# Install all the build and lint dependencies
setup:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -3,8 +3,7 @@ module github.com/goreleaser/goreleaser
go 1.13

require (
code.gitea.io/gitea v1.10.0-dev.0.20190711052757-a0820e09fbf7
code.gitea.io/sdk/gitea v0.0.0-20190915142708-a6d0aab59332
code.gitea.io/sdk/gitea v0.0.0-20191013013401-e41e9ea72caa
github.com/Masterminds/semver/v3 v3.0.1
github.com/apex/log v1.1.1
github.com/aws/aws-sdk-go v1.25.11
Expand All @@ -25,7 +24,6 @@ require (
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.4
)

0 comments on commit 5102c8a

Please sign in to comment.