From 59cfea70e1605b959de302d33a0f6e2ac9276e86 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Sat, 17 Feb 2024 18:53:57 -0800 Subject: [PATCH] Move to crossplane-contrib Signed-off-by: Nic Cope --- fn.go | 3 ++- go.mod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fn.go b/fn.go index cfd2006..18e50a5 100644 --- a/fn.go +++ b/fn.go @@ -12,7 +12,8 @@ import ( fnv1beta1 "github.com/crossplane/function-sdk-go/proto/v1beta1" "github.com/crossplane/function-sdk-go/request" "github.com/crossplane/function-sdk-go/response" - "github.com/crossplane/function-template-go/input/v1beta1" + + "github.com/crossplane-contrib/function-cel-filter/input/v1beta1" ) // Function returns whatever response you ask it to. diff --git a/go.mod b/go.mod index 2a5a55c..5714f0b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/crossplane/function-template-go +module github.com/crossplane-contrib/function-cel-filter go 1.21