From 44a60c7a8bf6f4ef1440e643da05a751dca1afb5 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 13 Nov 2024 06:00:26 +0000 Subject: [PATCH] Update package dependencies + tidy Weekly update to the project's package dependencies initiated by an automatic GitHub Action running on cron. Keeps upgrades less of a monolithic task and lets security-related patches trickle in more quickly. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index baa644f..c10cd98 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/iand/microdata go 1.21.4 -require golang.org/x/net v0.30.0 +require golang.org/x/net v0.31.0 diff --git a/go.sum b/go.sum index b338806..26142d0 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4= -golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU= +golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= +golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM=