Skip to content

Commit

Permalink
influxdb: update go_resource indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Sep 9, 2016
1 parent 519d507 commit e8d9ecf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Formula/influxdb.rb
Expand Up @@ -11,7 +11,7 @@ class Influxdb < Formula

go_resource "github.com/dgrijalva/jwt-go" do
url "https://github.com/dgrijalva/jwt-go.git",
:revision => "9b486c879bab3fde556ce8c27d9a2bb05d5b2c60"
:revision => "9b486c879bab3fde556ce8c27d9a2bb05d5b2c60"
end
end

Expand All @@ -28,95 +28,95 @@ class Influxdb < Formula

go_resource "github.com/dgrijalva/jwt-go" do
url "https://github.com/dgrijalva/jwt-go.git",
:revision => "63734eae1ef55eaac06fdc0f312615f2e321e273"
:revision => "63734eae1ef55eaac06fdc0f312615f2e321e273"
end
end

depends_on "go" => :build

go_resource "collectd.org" do
url "https://github.com/collectd/go-collectd.git",
:revision => "9fc824c70f713ea0f058a07b49a4c563ef2a3b98"
:revision => "9fc824c70f713ea0f058a07b49a4c563ef2a3b98"
end

go_resource "github.com/BurntSushi/toml" do
url "https://github.com/BurntSushi/toml.git",
:revision => "99064174e013895bbd9b025c31100bd1d9b590ca"
:revision => "99064174e013895bbd9b025c31100bd1d9b590ca"
end

go_resource "github.com/bmizerany/pat" do
url "https://github.com/bmizerany/pat.git",
:revision => "c068ca2f0aacee5ac3681d68e4d0a003b7d1fd2c"
:revision => "c068ca2f0aacee5ac3681d68e4d0a003b7d1fd2c"
end

go_resource "github.com/boltdb/bolt" do
url "https://github.com/boltdb/bolt.git",
:revision => "5cc10bbbc5c141029940133bb33c9e969512a698"
:revision => "5cc10bbbc5c141029940133bb33c9e969512a698"
end

go_resource "github.com/davecgh/go-spew" do
url "https://github.com/davecgh/go-spew.git",
:revision => "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
:revision => "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
end

go_resource "github.com/dgryski/go-bits" do
url "https://github.com/dgryski/go-bits.git",
:revision => "2ad8d707cc05b1815ce6ff2543bb5e8d8f9298ef"
:revision => "2ad8d707cc05b1815ce6ff2543bb5e8d8f9298ef"
end

go_resource "github.com/dgryski/go-bitstream" do
url "https://github.com/dgryski/go-bitstream.git",
:revision => "7d46cd22db7004f0cceb6f7975824b560cf0e486"
:revision => "7d46cd22db7004f0cceb6f7975824b560cf0e486"
end

go_resource "github.com/gogo/protobuf" do
url "https://github.com/gogo/protobuf.git",
:revision => "6abcf94fd4c97dcb423fdafd42fe9f96ca7e421b"
:revision => "6abcf94fd4c97dcb423fdafd42fe9f96ca7e421b"
end

go_resource "github.com/golang/snappy" do
url "https://github.com/golang/snappy.git",
:revision => "d9eb7a3d35ec988b8585d4a0068e462c27d28380"
:revision => "d9eb7a3d35ec988b8585d4a0068e462c27d28380"
end

go_resource "github.com/influxdata/usage-client" do
url "https://github.com/influxdata/usage-client.git",
:revision => "475977e68d79883d9c8d67131c84e4241523f452"
:revision => "475977e68d79883d9c8d67131c84e4241523f452"
end

go_resource "github.com/jwilder/encoding" do
url "https://github.com/jwilder/encoding.git",
:revision => "ac74639f65b2180a2e5eb5ff197f0c122441aed0"
:revision => "ac74639f65b2180a2e5eb5ff197f0c122441aed0"
end

go_resource "github.com/kimor79/gollectd" do
url "https://github.com/kimor79/gollectd.git",
:revision => "61d0deeb4ffcc167b2a1baa8efd72365692811bc"
:revision => "61d0deeb4ffcc167b2a1baa8efd72365692811bc"
end

go_resource "github.com/paulbellamy/ratecounter" do
url "https://github.com/paulbellamy/ratecounter.git",
:revision => "5a11f585a31379765c190c033b6ad39956584447"
:revision => "5a11f585a31379765c190c033b6ad39956584447"
end

go_resource "github.com/peterh/liner" do
url "https://github.com/peterh/liner.git",
:revision => "8975875355a81d612fafb9f5a6037bdcc2d9b073"
:revision => "8975875355a81d612fafb9f5a6037bdcc2d9b073"
end

go_resource "github.com/rakyll/statik" do
url "https://github.com/rakyll/statik.git",
:revision => "274df120e9065bdd08eb1120e0375e3dc1ae8465"
:revision => "274df120e9065bdd08eb1120e0375e3dc1ae8465"
end

go_resource "github.com/retailnext/hllpp" do
url "https://github.com/retailnext/hllpp.git",
:revision => "38a7bb71b483e855d35010808143beaf05b67f9d"
:revision => "38a7bb71b483e855d35010808143beaf05b67f9d"
end

go_resource "golang.org/x/crypto" do
url "https://go.googlesource.com/crypto.git",
:revision => "c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6"
:revision => "c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6"
end

def install
Expand Down

0 comments on commit e8d9ecf

Please sign in to comment.