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-
81MIT License
92
10- Copyright (c) 2016-2021 OpenFaaS Ltd
3+ Copyright (c) 2016-2025 OpenFaaS Ltd
114Copyright (c) 2017-2021 OpenFaaS Author(s)
125
136Permission 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 (
1919 github.com/mitchellh/go-wordwrap v1.0.1
2020 github.com/moby/term v0.5.2
2121 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
2323 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
2525 github.com/pkg/errors v0.9.1
2626 github.com/ryanuber/go-glob v1.0.0
2727 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
7878github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
7979github.com/openfaas/faas-provider v0.25.4 h1:Cly/M8/Q+OOn8qFxxeaZGyC5B2x4f+RSU28hej+1WcM =
8080github.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 =
8183github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 h1:aeRDLXgwSOcMwUmZzXZsKf5GLoplZDF122SJVR62WgQ =
8284github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 /go.mod h1:j5eUH36/clgztwBYFoXZ/s1UFQ9Alzt8rb50gh7L5Ns =
8385github.com/openfaas/go-sdk v0.2.14 h1:N3bq0yparYZR6pR1AhZiPGvV8GAmQ1UfjmCOGaZMs68 =
8486github.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 =
8589github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
8690github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8791github.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
124124github.com/klauspost/compress/internal/snapref
125125github.com/klauspost/compress/zstd
126126github.com/klauspost/compress/zstd/internal/xxhash
127- # github.com/magefile/mage v1.14.0
128- ## explicit; go 1.12
129127# github.com/mattn/go-colorable v0.1.14
130128## explicit; go 1.18
131129github.com/mattn/go-colorable
@@ -158,17 +156,17 @@ github.com/opencontainers/go-digest
158156## explicit; go 1.18
159157github.com/opencontainers/image-spec/specs-go
160158github.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
163161github.com/openfaas/faas-provider/httputil
164162github.com/openfaas/faas-provider/logs
165163github.com/openfaas/faas-provider/types
166164# github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070
167165## explicit; go 1.23
168166github.com/openfaas/faas/gateway/types
169167github.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
172170github.com/openfaas/go-sdk
173171# github.com/pkg/errors v0.9.1
174172## explicit
You can’t perform that action at this time.
0 commit comments