From 5cf0e3618de17346cf83421b17559352cc746fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:05:26 +0000 Subject: [PATCH] build(deps): bump lukechampine.com/frand Bumps the all-dependencies group with 1 update in the / directory: [lukechampine.com/frand](https://github.com/lukechampine/frand). Updates `lukechampine.com/frand` from 1.4.2 to 1.5.1 - [Commits](https://github.com/lukechampine/frand/compare/v1.4.2...v1.5.1) --- updated-dependencies: - dependency-name: lukechampine.com/frand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 8 +++----- go.sum | 7 ++----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index be855a9..200f756 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,11 @@ module go.sia.tech/mux go 1.23 +toolchain go1.23.4 require ( golang.org/x/crypto v0.31.0 - lukechampine.com/frand v1.4.2 + lukechampine.com/frand v1.5.1 ) -require ( - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - golang.org/x/sys v0.28.0 // indirect -) +require golang.org/x/sys v0.28.0 // indirect diff --git a/go.sum b/go.sum index 41b1908..e1ec033 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,6 @@ -github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY= -github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= -golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -lukechampine.com/frand v1.4.2 h1:RzFIpOvkMXuPMBb9maa4ND4wjBn71E1Jpf8BzJHMaVw= -lukechampine.com/frand v1.4.2/go.mod h1:4S/TM2ZgrKejMcKMbeLjISpJMO+/eZ1zu3vYX9dtj3s= +lukechampine.com/frand v1.5.1 h1:fg0eRtdmGFIxhP5zQJzM1lFDbD6CUfu/f+7WgAZd5/w= +lukechampine.com/frand v1.5.1/go.mod h1:4VstaWc2plN4Mjr10chUD46RAVGWhpkZ5Nja8+Azp0Q=