Skip to content

Commit 7306706

Browse files
authored
Merge pull request #6 from psellers89/master
[Fix] golang example
2 parents b9f8662 + c58b6ce commit 7306706

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

examples/golang/Gopkg.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/golang/Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
[[constraint]]
2929
branch = "master"
30-
name = "gitlab.infra.online.net/paas/scaleway-functions-go"
30+
name = "github.com/scaleway/scaleway-functions-go"
3131

3232
[prune]
3333
go-tests = true

examples/golang/handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package main
33
import (
44
"encoding/json"
55

6-
"gitlab.infra.online.net/paas/scaleway-functions-go/events"
7-
"gitlab.infra.online.net/paas/scaleway-functions-go/lambda"
6+
"github.com/scaleway/scaleway-functions-go/events"
7+
"github.com/scaleway/scaleway-functions-go/lambda"
88
)
99

1010
// Handler - Handle event

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-scaleway-functions",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Scaleway Functions.",
55
"main": "index.js",
66
"author": "scaleway.com",

0 commit comments

Comments
 (0)