diff --git a/integrations/influxunifi/Godeps/Godeps.json b/integrations/influxunifi/Godeps/Godeps.json index 41383477..426a375a 100644 --- a/integrations/influxunifi/Godeps/Godeps.json +++ b/integrations/influxunifi/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/dewski/unifi", - "GoVersion": "go1.7", + "GoVersion": "go1.6", "Packages": [ "./..." ], diff --git a/integrations/influxunifi/app.json b/integrations/influxunifi/app.json index deedb0cc..243a9b6c 100644 --- a/integrations/influxunifi/app.json +++ b/integrations/influxunifi/app.json @@ -4,8 +4,8 @@ "keywords": [ "go", ], - "image": "heroku/go:1.7", + "image": "heroku/go:1.6", "mount_dir": "src/github.com/dewski/unifi", - "website": "http://github.com/dewski/unifi", - "repository": "http://github.com/dewski/unifi" + "website": "https://github.com/dewski/unifi", + "repository": "https://github.com/dewski/unifi" }