From f522f3e220f50efa6327b5cb4b99897409c2620b Mon Sep 17 00:00:00 2001 From: "Michael Peters Jr." Date: Sun, 2 Aug 2026 17:19:20 -0700 Subject: [PATCH] deps: bump alpineworks.io/firewx to v1.2.0 in the submodules Update the fwi, nfdrs, and fetch modules to require the root module at v1.2.0. Each module builds and passes its tests in isolation against the new version. Co-Authored-By: Claude Opus 4.8 --- fetch/go.mod | 2 +- fetch/go.sum | 4 ++-- fwi/go.mod | 2 +- fwi/go.sum | 4 ++-- nfdrs/go.mod | 2 +- nfdrs/go.sum | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fetch/go.mod b/fetch/go.mod index 1ecf970..26e78ef 100644 --- a/fetch/go.mod +++ b/fetch/go.mod @@ -2,4 +2,4 @@ module alpineworks.io/firewx/fetch go 1.22 -require alpineworks.io/firewx v1.1.0 +require alpineworks.io/firewx v1.2.0 diff --git a/fetch/go.sum b/fetch/go.sum index 0fba517..41f44a0 100644 --- a/fetch/go.sum +++ b/fetch/go.sum @@ -1,2 +1,2 @@ -alpineworks.io/firewx v1.1.0 h1:AWGJYp1U26spJc9LuC8nPcEKkJ9atbVwaMpcgsHxt50= -alpineworks.io/firewx v1.1.0/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc= +alpineworks.io/firewx v1.2.0 h1:+596uvDKfaub/pcKZ+wQiqI5/Z4lVrCLOza29juNTjI= +alpineworks.io/firewx v1.2.0/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc= diff --git a/fwi/go.mod b/fwi/go.mod index ca2153c..39c4725 100644 --- a/fwi/go.mod +++ b/fwi/go.mod @@ -2,4 +2,4 @@ module alpineworks.io/firewx/fwi go 1.22 -require alpineworks.io/firewx v1.0.1 +require alpineworks.io/firewx v1.2.0 diff --git a/fwi/go.sum b/fwi/go.sum index 076324d..41f44a0 100644 --- a/fwi/go.sum +++ b/fwi/go.sum @@ -1,2 +1,2 @@ -alpineworks.io/firewx v1.0.1 h1:gdL5z3GfuipId4p/HMeaquco/fpJ1ydmkw5NiNcWHO0= -alpineworks.io/firewx v1.0.1/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc= +alpineworks.io/firewx v1.2.0 h1:+596uvDKfaub/pcKZ+wQiqI5/Z4lVrCLOza29juNTjI= +alpineworks.io/firewx v1.2.0/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc= diff --git a/nfdrs/go.mod b/nfdrs/go.mod index 3353f58..f758833 100644 --- a/nfdrs/go.mod +++ b/nfdrs/go.mod @@ -2,4 +2,4 @@ module alpineworks.io/firewx/nfdrs go 1.22 -require alpineworks.io/firewx v1.1.0 +require alpineworks.io/firewx v1.2.0 diff --git a/nfdrs/go.sum b/nfdrs/go.sum index 0fba517..41f44a0 100644 --- a/nfdrs/go.sum +++ b/nfdrs/go.sum @@ -1,2 +1,2 @@ -alpineworks.io/firewx v1.1.0 h1:AWGJYp1U26spJc9LuC8nPcEKkJ9atbVwaMpcgsHxt50= -alpineworks.io/firewx v1.1.0/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc= +alpineworks.io/firewx v1.2.0 h1:+596uvDKfaub/pcKZ+wQiqI5/Z4lVrCLOza29juNTjI= +alpineworks.io/firewx v1.2.0/go.mod h1:Dvo8zGNi3cbSsJlnGe8NagZBIq5KUghQ5EvfCE0nCTc=