File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"context"
5
5
6
- "github.com/crossplane/crossplane-runtime/pkg /errors"
7
- "github.com/crossplane/crossplane-runtime/pkg /logging"
6
+ "github.com/crossplane/function-sdk-go /errors"
7
+ "github.com/crossplane/function-sdk-go /logging"
8
8
fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
9
9
"github.com/crossplane/function-sdk-go/request"
10
10
"github.com/crossplane/function-sdk-go/response"
Original file line number Diff line number Diff line change 9
9
"google.golang.org/protobuf/testing/protocmp"
10
10
"google.golang.org/protobuf/types/known/durationpb"
11
11
12
- "github.com/crossplane/crossplane-runtime/pkg /logging"
12
+ "github.com/crossplane/function-sdk-go /logging"
13
13
fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
14
14
"github.com/crossplane/function-sdk-go/resource"
15
15
"github.com/crossplane/function-sdk-go/response"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ toolchain go1.23.2
6
6
7
7
require (
8
8
github.com/alecthomas/kong v0.9.0
9
- github.com/crossplane/crossplane-runtime v1.18.0
10
9
github.com/crossplane/function-sdk-go v0.4.0
11
10
github.com/google/go-cmp v0.6.0
12
11
google.golang.org/protobuf v1.34.3-0.20240816073751-94ecbc261689
@@ -16,6 +15,7 @@ require (
16
15
17
16
require (
18
17
dario.cat/mergo v1.0.1 // indirect
18
+ github.com/crossplane/crossplane-runtime v1.18.0 // indirect
19
19
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20
20
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
21
21
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
You can’t perform that action at this time.
0 commit comments