Skip to content

Commit

Permalink
Move to crossplane-contrib
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed Feb 18, 2024
1 parent fa8c11a commit 59cfea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/crossplane/function-template-go
module github.com/crossplane-contrib/function-cel-filter

go 1.21

Expand Down

0 comments on commit 59cfea7

Please sign in to comment.