From 91ab2ddf00180e6ec826a08b7eba0e86e23833a9 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Thu, 5 Jun 2025 17:03:09 -0400 Subject: [PATCH] Updated dependencies --- example/go.mod | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/go.mod b/example/go.mod index 4308d0d..404155a 100644 --- a/example/go.mod +++ b/example/go.mod @@ -2,12 +2,12 @@ module example go 1.24 -require git.savin.nyc/alex/mysubaru v0.0.0-20250604165849-c3536512873b +require git.savin.nyc/alex/mysubaru v0.0.0-20250605210200-af42a5971ec0 require ( github.com/kr/text v0.2.0 // indirect github.com/rogpeppe/go-internal v1.9.0 // indirect - golang.org/x/net v0.40.0 // indirect + golang.org/x/net v0.41.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect resty.dev/v3 v3.0.0-beta.3 // indirect ) diff --git a/go.mod b/go.mod index d624508..06e3aba 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/net v0.40.0 // indirect + golang.org/x/net v0.41.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect )