|
1 | 1 | module github.com/crossplane/function-runtime-oci |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/Masterminds/semver v1.5.0 |
7 | 7 | github.com/alecthomas/kong v0.8.0 |
8 | 8 | github.com/bufbuild/buf v1.26.1 |
9 | 9 | github.com/crossplane/crossplane-runtime v1.13.0 |
10 | 10 | github.com/cyphar/filepath-securejoin v0.2.4 |
11 | | - github.com/google/go-cmp v0.5.9 |
| 11 | + github.com/google/go-cmp v0.6.0 |
12 | 12 | github.com/google/go-containerregistry v0.16.1 |
13 | 13 | github.com/google/uuid v1.3.1 |
14 | 14 | github.com/opencontainers/runtime-spec v1.1.0 |
15 | | - golang.org/x/sync v0.3.0 |
16 | | - golang.org/x/sys v0.12.0 |
| 15 | + golang.org/x/sync v0.17.0 |
| 16 | + golang.org/x/sys v0.37.0 |
17 | 17 | google.golang.org/grpc v1.58.3 |
18 | 18 | google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 |
19 | 19 | google.golang.org/protobuf v1.31.0 |
@@ -89,14 +89,14 @@ require ( |
89 | 89 | go.uber.org/atomic v1.11.0 // indirect |
90 | 90 | go.uber.org/multierr v1.11.0 // indirect |
91 | 91 | go.uber.org/zap v1.25.0 // indirect |
92 | | - golang.org/x/crypto v0.12.0 // indirect |
93 | | - golang.org/x/mod v0.12.0 // indirect |
94 | | - golang.org/x/net v0.14.0 // indirect; indirect // indirect |
| 92 | + golang.org/x/crypto v0.43.0 // indirect |
| 93 | + golang.org/x/mod v0.28.0 // indirect |
| 94 | + golang.org/x/net v0.45.0 // indirect; indirect // indirect |
95 | 95 | golang.org/x/oauth2 v0.11.0 // indirect |
96 | | - golang.org/x/term v0.11.0 // indirect |
97 | | - golang.org/x/text v0.12.0 // indirect |
| 96 | + golang.org/x/term v0.36.0 // indirect |
| 97 | + golang.org/x/text v0.30.0 // indirect |
98 | 98 | golang.org/x/time v0.3.0 // indirect |
99 | | - golang.org/x/tools v0.11.0 // indirect |
| 99 | + golang.org/x/tools v0.37.0 // indirect |
100 | 100 | google.golang.org/appengine v1.6.7 // indirect |
101 | 101 | google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect |
102 | 102 | gopkg.in/inf.v0 v0.9.1 // indirect |
|
0 commit comments