Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 4, 2020
1 parent d020965 commit cf16bc3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
- Download pre-built binary into a server

```console
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.6/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.7/gh-ci-webhook-linux-amd64
chmod +x gh-ci-webhook-linux-amd64
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
```

- Install systemd service

```console
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.6/hack/systemd/gh-ci-webhook.service
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.7/hack/systemd/gh-ci-webhook.service
chmod +x gh-ci-webhook.service

# edit gh-ci-webhook.service file to add `--ssl --secret-key=<uuid>`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/alessio/shellescape v1.2.2
github.com/appscode/go v0.0.0-20200323182826-54e98e09185a
github.com/appscodelabs/release-automaton v0.0.12
github.com/appscodelabs/release-automaton v0.0.13
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
github.com/google/go-github/v32 v32.0.0
github.com/gorilla/mux v1.7.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/appscode/go v0.0.0-20200323182826-54e98e09185a/go.mod h1:lIcm8Z6VPuvc
github.com/appscode/static-assets v0.4.1/go.mod h1:Bvk6peljX6QnzrfYfz+cetuVO+icWh/sTlkZ7gP1I/s=
github.com/appscode/static-assets v0.5.0 h1:ROyy23rqc4LA0Ov89imm2v0miaGUDrKrTh76QoKr1Yo=
github.com/appscode/static-assets v0.5.0/go.mod h1:Bvk6peljX6QnzrfYfz+cetuVO+icWh/sTlkZ7gP1I/s=
github.com/appscodelabs/release-automaton v0.0.12 h1:0I/f2li42EZtXfpApS4uCockG1z/fiGz1mWB+j/KJbE=
github.com/appscodelabs/release-automaton v0.0.12/go.mod h1:c9i6rbBBoD3h6LdKWyjJIDsZG86OTujJvzQyvPg2R0A=
github.com/appscodelabs/release-automaton v0.0.13 h1:NwHmKMJSw8/YDf+EJ4Kh94NXJwtPkFfVbCYj3wos9eY=
github.com/appscodelabs/release-automaton v0.0.13/go.mod h1:c9i6rbBBoD3h6LdKWyjJIDsZG86OTujJvzQyvPg2R0A=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down
6 changes: 1 addition & 5 deletions vendor/github.com/appscodelabs/release-automaton/lib/git.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ github.com/alessio/shellescape
## explicit
github.com/appscode/go/log/golog
github.com/appscode/go/version
# github.com/appscodelabs/release-automaton v0.0.12
# github.com/appscodelabs/release-automaton v0.0.13
## explicit
github.com/appscodelabs/release-automaton/api
github.com/appscodelabs/release-automaton/lib
Expand Down

0 comments on commit cf16bc3

Please sign in to comment.