Skip to content

Commit fcdd437

Browse files
committed
Move to go-http module for golang-http
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent fc27dd4 commit fcdd437

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/golang-http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module handler
22

33
go 1.18
44

5-
require github.com/openfaas/templates-sdk v0.0.0-20200723092016-0ebf61253625
5+
require github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03

template/golang-http/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/openfaas/templates-sdk v0.0.0-20200723092016-0ebf61253625 h1:6JSt10GDCOw0F67bWnqZ6AYg92pbqCcchTu181aT1w0=
2-
github.com/openfaas/templates-sdk v0.0.0-20200723092016-0ebf61253625/go.mod h1:JWcVHdzlHcR7nLuaDL88Mz68wOqDvOn0CLO6t27OMhk=
1+
github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03 h1:wMIW4ddCuogcuXcFO77BPSMI33s3QTXqLTOHY6mLqFw=
2+
github.com/openfaas/templates-sdk/go-http v0.0.0-20220408082716-5981c545cb03/go.mod h1:2vlqdjIdqUjZphguuCAjoMz6QRPm2O8UT0TaAjd39S8=

0 commit comments

Comments
 (0)