Update package dependencies + tidy (#43)
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. Co-authored-by: Bot <bot@iandavis.com>pull/44/head v0.0.20
parent
c79426ef98
commit
76a516f2a3
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module github.com/iand/microdata
|
|||
|
||||
go 1.21.4
|
||||
|
||||
require golang.org/x/net v0.23.0
|
||||
require golang.org/x/net v0.24.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1,2 +1,2 @@
|
|||
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
|
||||
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
|
||||
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
|
||||
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
|
||||
|
|
Loading…
Reference in New Issue