Skip to content

Commit

Permalink
Update homebrew url
Browse files Browse the repository at this point in the history
  • Loading branch information
tomczoink committed Aug 3, 2021
1 parent 8205a76 commit 3f4a0dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -46,11 +46,11 @@ brews:
# GitHub/GitLab repository to push the formula to
tap:
owner: ably-labs
name: homebrew-ablyd
name: homebrew-tap

# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "http://github.com/ably-labs/ablyd/releases/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "http://github.com/ably-labs/ablyd/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

# Git author used to commit to the repository.
# Defaults are shown.
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Expand Up @@ -3,11 +3,9 @@ module ablyD
go 1.16

require (
github.com/ably/ably-go v1.2.0 // indirect
github.com/creack/pty v1.1.13 // indirect
github.com/joewalnes/websocketd v0.4.1 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/rs/xid v1.3.0 // indirect
github.com/ably/ably-go v1.2.0
github.com/joho/godotenv v1.3.0
github.com/rs/xid v1.3.0
github.com/ugorji/go v1.2.5 // indirect
golang.org/x/net v0.0.0-20210510095157-81045d8b478c // indirect
)
12 changes: 4 additions & 8 deletions go.sum
@@ -1,20 +1,15 @@
github.com/ably/ably-go v1.1.5 h1:ng7gRbPS1tmL865vQsdQs1G9u6phz0dTW6E7P7QZwTM=
github.com/ably/ably-go v1.1.5/go.mod h1:bdOnFcqJrbZE7WSp1jqbdsIMBo5aMGXh98GWiiwmeZ0=
github.com/ably/ably-go v1.2.0 h1:USvHueS/BvJypCQ2xmGxobmZCxaNuTc1/TsCEZHuipc=
github.com/ably/ably-go v1.2.0/go.mod h1:bdOnFcqJrbZE7WSp1jqbdsIMBo5aMGXh98GWiiwmeZ0=
github.com/creack/pty v1.1.13 h1:rTPnd/xocYRjutMfqide2zle1u96upp1gm6eUHKi7us=
github.com/creack/pty v1.1.13/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/joewalnes/websocketd v0.4.1 h1:c63ZGkfCba90ITMnpLxIyCFXlaCbhBRFve0ZtrfNdII=
github.com/joewalnes/websocketd v0.4.1/go.mod h1:wfUWiAy/lYrKqOYk00nZAC5ECosYz1+nCgkQOqsFTUE=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rs/xid v1.3.0 h1:6NjYksEUlhurdVehpc7S7dk6DAmcKv8V9gG0FsVN2U4=
github.com/rs/xid v1.3.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go v1.2.5 h1:NozRHfUeEta89taVkyfsDVSy2f7v89Frft4pjnWuGuc=
Expand All @@ -31,4 +26,5 @@ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9sn
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

0 comments on commit 3f4a0dd

Please sign in to comment.