From 5bedb9c86ff55a419d44104a2ad2888d02c1b9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:41:11 +0000 Subject: [PATCH] chore(deps): Bump github.com/pion/dtls/v3 Bumps the production-dependencies group with 1 update: [github.com/pion/dtls/v3](https://github.com/pion/dtls). Updates `github.com/pion/dtls/v3` from 3.0.11 to 3.1.2 - [Release notes](https://github.com/pion/dtls/releases) - [Commits](https://github.com/pion/dtls/compare/v3.0.11...v3.1.2) --- updated-dependencies: - dependency-name: github.com/pion/dtls/v3 dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- vendor/github.com/pion/dtls/v3/LICENSE | 2 +- vendor/github.com/pion/dtls/v3/pkg/crypto/ccm/ccm.go | 2 +- vendor/modules.txt | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index e04a907..c6da326 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/0xfelix/tg-led -go 1.24 +go 1.24.0 -require github.com/pion/dtls/v3 v3.0.11 +require github.com/pion/dtls/v3 v3.1.2 diff --git a/go.sum b/go.sum index 425a096..78287fc 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/pion/dtls/v3 v3.0.11 h1:zqn8YhoAU7d9whsWLhNiQlbB8QdpJj8XQVSc5ImUons= -github.com/pion/dtls/v3 v3.0.11/go.mod h1:YEmmBYIoBsY3jmG56dsziTv/Lca9y4Om83370CXfqJ8= +github.com/pion/dtls/v3 v3.1.2 h1:gqEdOUXLtCGW+afsBLO0LtDD8GnuBBjEy6HRtyofZTc= +github.com/pion/dtls/v3 v3.1.2/go.mod h1:Hw/igcX4pdY69z1Hgv5x7wJFrUkdgHwAn/Q/uo7YHRo= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= diff --git a/vendor/github.com/pion/dtls/v3/LICENSE b/vendor/github.com/pion/dtls/v3/LICENSE index 491caf6..d96df05 100644 --- a/vendor/github.com/pion/dtls/v3/LICENSE +++ b/vendor/github.com/pion/dtls/v3/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 The Pion community +Copyright (c) 2026 The Pion community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/vendor/github.com/pion/dtls/v3/pkg/crypto/ccm/ccm.go b/vendor/github.com/pion/dtls/v3/pkg/crypto/ccm/ccm.go index e83263b..13a4242 100644 --- a/vendor/github.com/pion/dtls/v3/pkg/crypto/ccm/ccm.go +++ b/vendor/github.com/pion/dtls/v3/pkg/crypto/ccm/ccm.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT // Package ccm implements a CCM, Counter with CBC-MAC diff --git a/vendor/modules.txt b/vendor/modules.txt index 0f2b24f..c5d0225 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,3 +1,3 @@ -# github.com/pion/dtls/v3 v3.0.11 -## explicit; go 1.21 +# github.com/pion/dtls/v3 v3.1.2 +## explicit; go 1.24.0 github.com/pion/dtls/v3/pkg/crypto/ccm