File tree Expand file tree Collapse file tree 5 files changed +11
-23
lines changed
github.com/openfaas/go-sdk Expand file tree Collapse file tree 5 files changed +11
-23
lines changed Original file line number Diff line number Diff line change 1
- Annotated portions of this project are licensed under the OpenFaaS Pro
2
- commercial license, for which a license is required to use the software.
3
-
4
- EULA: https://github.com/openfaas/faas/blob/master/pro/EULA.md
5
-
6
- The remainder of the source code is licensed under the MIT license.
7
-
8
1
MIT License
9
2
10
- Copyright (c) 2016-2021 OpenFaaS Ltd
3
+ Copyright (c) 2016-2025 OpenFaaS Ltd
11
4
Copyright (c) 2017-2021 OpenFaaS Author(s)
12
5
13
6
Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ require (
19
19
github.com/mitchellh/go-wordwrap v1.0.1
20
20
github.com/moby/term v0.5.2
21
21
github.com/morikuni/aec v1.0.0
22
- github.com/openfaas/faas-provider v0.25.4
22
+ github.com/openfaas/faas-provider v0.25.5
23
23
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070
24
- github.com/openfaas/go-sdk v0.2.14
24
+ github.com/openfaas/go-sdk v0.2.16
25
25
github.com/pkg/errors v0.9.1
26
26
github.com/ryanuber/go-glob v1.0.0
27
27
github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -78,10 +78,14 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
78
78
github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
79
79
github.com/openfaas/faas-provider v0.25.4 h1:Cly/M8/Q+OOn8qFxxeaZGyC5B2x4f+RSU28hej+1WcM =
80
80
github.com/openfaas/faas-provider v0.25.4 /go.mod h1:t6RSPCvNfiqYEzf/CtdIj+0OItdyK6IzrOca1EOLNSg =
81
+ github.com/openfaas/faas-provider v0.25.5 h1:qW2izX1otKfbOhArgf1GK9JjTqwBRL4BWioiJJVYH58 =
82
+ github.com/openfaas/faas-provider v0.25.5 /go.mod h1:rMXbj+AYVpn82UoHIOgWHiDeV118t0bSxyoC9d00jpc =
81
83
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 h1:aeRDLXgwSOcMwUmZzXZsKf5GLoplZDF122SJVR62WgQ =
82
84
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 /go.mod h1:j5eUH36/clgztwBYFoXZ/s1UFQ9Alzt8rb50gh7L5Ns =
83
85
github.com/openfaas/go-sdk v0.2.14 h1:N3bq0yparYZR6pR1AhZiPGvV8GAmQ1UfjmCOGaZMs68 =
84
86
github.com/openfaas/go-sdk v0.2.14 /go.mod h1:DrKUCQ4F8L2cJOmWHNoX8zB8LQIZc/4hRgAtT4t0s4k =
87
+ github.com/openfaas/go-sdk v0.2.16 h1:Z+sH+C6h3DtWWEosR8pEWyWpYxIo2hD63BcjZvLCB9c =
88
+ github.com/openfaas/go-sdk v0.2.16 /go.mod h1:INay8mhhat7stnJxt5KudR504T2wcc5ARXLKC6wkGcM =
85
89
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
86
90
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
87
91
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ github.com/klauspost/compress/internal/cpuinfo
124
124
github.com/klauspost/compress/internal/snapref
125
125
github.com/klauspost/compress/zstd
126
126
github.com/klauspost/compress/zstd/internal/xxhash
127
- # github.com/magefile/mage v1.14.0
128
- ## explicit; go 1.12
129
127
# github.com/mattn/go-colorable v0.1.14
130
128
## explicit; go 1.18
131
129
github.com/mattn/go-colorable
@@ -158,17 +156,17 @@ github.com/opencontainers/go-digest
158
156
## explicit; go 1.18
159
157
github.com/opencontainers/image-spec/specs-go
160
158
github.com/opencontainers/image-spec/specs-go/v1
161
- # github.com/openfaas/faas-provider v0.25.4
162
- ## explicit; go 1.20
159
+ # github.com/openfaas/faas-provider v0.25.5
160
+ ## explicit; go 1.23
163
161
github.com/openfaas/faas-provider/httputil
164
162
github.com/openfaas/faas-provider/logs
165
163
github.com/openfaas/faas-provider/types
166
164
# github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070
167
165
## explicit; go 1.23
168
166
github.com/openfaas/faas/gateway/types
169
167
github.com/openfaas/faas/gateway/version
170
- # github.com/openfaas/go-sdk v0.2.14
171
- ## explicit; go 1.21
168
+ # github.com/openfaas/go-sdk v0.2.16
169
+ ## explicit; go 1.23
172
170
github.com/openfaas/go-sdk
173
171
# github.com/pkg/errors v0.9.1
174
172
## explicit
You can’t perform that action at this time.
0 commit comments