From 985f20cd9792eef3c2f169b0566cfd7f9d82e926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:23:14 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [lukechampine.com/frand](https://github.com/lukechampine/frand). Updates `golang.org/x/crypto` from 0.27.0 to 0.30.0 - [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.30.0) 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: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-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 | 10 ++++------ go.sum | 15 ++++++--------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/go.mod b/go.mod index 4ae2261..9dc821a 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.27.0 - lukechampine.com/frand v1.4.2 + golang.org/x/crypto v0.30.0 + lukechampine.com/frand v1.5.1 ) -require ( - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - golang.org/x/sys v0.25.0 // indirect -) +require golang.org/x/sys v0.28.0 // indirect diff --git a/go.sum b/go.sum index 2e0c230..56080c7 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.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A= -golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70= -golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= -golang.org/x/sys v0.25.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= +golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY= +golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +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.5.1 h1:fg0eRtdmGFIxhP5zQJzM1lFDbD6CUfu/f+7WgAZd5/w= +lukechampine.com/frand v1.5.1/go.mod h1:4VstaWc2plN4Mjr10chUD46RAVGWhpkZ5Nja8+Azp0Q=