From b8d5dfc81b6744d13448724a24f19d366e358071 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 6 Mar 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 9329f9c..613cccd 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.21.0 +require golang.org/x/net v0.22.0 diff --git a/go.sum b/go.sum index dab1c7f..e425d8a 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= -golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc= +golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=