From 48002b968e25b5f7e9ec9e796692d35adc15af0a Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 11 Dec 2024 06:00:31 +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 c10cd98..2ef5e74 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.31.0 +require golang.org/x/net v0.32.0 diff --git a/go.sum b/go.sum index 26142d0..bd400ed 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= -golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM= +golang.org/x/net v0.32.0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI= +golang.org/x/net v0.32.0/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs=