Skip to content

Commit fb135b0

Browse files
authored
Remove network upload (#878)
* remove network upload and discovery * update licenses
1 parent fa8874f commit fb135b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+68
-1516
lines changed

.licenses/arduino-create-agent/go/github.com/kr/fs.dep.yml

-38
This file was deleted.

.licenses/arduino-create-agent/go/github.com/miekg/dns.dep.yml

-54
This file was deleted.

.licenses/arduino-create-agent/go/github.com/oleksandr/bonjour.dep.yml

-33
This file was deleted.

.licenses/arduino-create-agent/go/github.com/pkg/sftp.dep.yml

-20
This file was deleted.

.licenses/arduino-create-agent/go/github.com/pkg/sftp/internal/encoding/ssh/filexfer.dep.yml

-21
This file was deleted.

.licenses/arduino-create-agent/go/github.com/sfreiberg/simplessh.dep.yml

-33
This file was deleted.

.licenses/arduino-create-agent/go/golang.org/x/crypto/argon2.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/argon2
3-
version: v0.14.0
3+
version: v0.16.0
44
type: go
55
summary: Package argon2 implements the key derivation function Argon2.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.14.0/LICENSE
9+
- sources: crypto@v0.16.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.14.0/PATENTS
38+
- sources: crypto@v0.16.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/blake2b.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/blake2b
3-
version: v0.14.0
3+
version: v0.16.0
44
type: go
55
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
66
and the extendable output function (XOF) BLAKE2Xb.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.14.0/LICENSE
10+
- sources: crypto@v0.16.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.14.0/PATENTS
39+
- sources: crypto@v0.16.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/golang.org/x/crypto/blowfish.dep.yml

-62
This file was deleted.

.licenses/arduino-create-agent/go/golang.org/x/crypto/cast5.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.14.0
3+
version: v0.16.0
44
type: go
55
summary: Package cast5 implements CAST5, as defined in RFC 2144.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.14.0/LICENSE
9+
- sources: crypto@v0.16.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.14.0/PATENTS
38+
- sources: crypto@v0.16.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)