From 9a34422285682ac20d592ce10d52de15de20160b Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Tue, 17 Sep 2024 16:05:44 -0600 Subject: [PATCH] gobwebs-formguard bump --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 4fc5f15..6b3ca66 100644 --- a/go.mod +++ b/go.mod @@ -27,8 +27,8 @@ require ( golang.org/x/net v0.26.0 golang.org/x/text v0.16.0 golang.org/x/time v0.5.0 - netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef - netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156 + netlandish.com/x/gobwebs v0.0.0-20240828125517-6fc18f8bc093 + netlandish.com/x/gobwebs-formguard v0.0.0-20240917220134-4b6f2ec7d1f5 netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95 netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c netlandish.com/x/gobwebs-ses-feedback v0.0.0-20231224192331-d90c2b73e55d diff --git a/go.sum b/go.sum index b1bd53a..2101b9b 100644 --- a/go.sum +++ b/go.sum @@ -2581,10 +2581,10 @@ modernc.org/z v1.0.1-0.20210308123920-1f282aa71362/go.mod h1:8/SRk5C/HgiQWCgXdfp modernc.org/z v1.0.1/go.mod h1:8/SRk5C/HgiQWCgXdfpb+1RvhORdkz5sw72d3jjtyqA= modernc.org/z v1.2.20/go.mod h1:zU9FiF4PbHdOTUxw+IF8j7ArBMRPsHgq10uVPt6xTzo= modernc.org/zappy v1.0.0/go.mod h1:hHe+oGahLVII/aTTyWK/b53VDHMAGCBYYeZ9sn83HC4= -netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef h1:5uEkE9EFyWvar1zMHBCpixvTtz8lrYjnOuXZYx0uy2o= -netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef/go.mod h1:9uw5D9T02tPpMMr58nThmVp8ZcdrRIAq/SAHsOIim5g= -netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156 h1:kbYL/3PDS6Pt5uE5QJWkVIgd+kzUgUUb3IKhAth35Bc= -netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156/go.mod h1:+73MG8iQ7+cs1rbcbgBEJd5so1TyFNmqrwLNKtDUAvg= +netlandish.com/x/gobwebs v0.0.0-20240828125517-6fc18f8bc093 h1:iUxk5pguGAV6d9C5HXj0/MoEI4gfrrwmqkaRMDIgX9Y= +netlandish.com/x/gobwebs v0.0.0-20240828125517-6fc18f8bc093/go.mod h1:9uw5D9T02tPpMMr58nThmVp8ZcdrRIAq/SAHsOIim5g= +netlandish.com/x/gobwebs-formguard v0.0.0-20240917220134-4b6f2ec7d1f5 h1:z5hzVB0R+k2+bh8yuM7XeojGesI2i5tnQHrBNzxG2Xw= +netlandish.com/x/gobwebs-formguard v0.0.0-20240917220134-4b6f2ec7d1f5/go.mod h1:mmpJMveuFlwAj3URXlNmVox3WYCn4OVlozFQdd95wH8= netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95 h1:LKkykMipupeHJRDavc8GNSD5sQTq94mvVGkVq4Obf7M= netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95/go.mod h1:+lWd9obRk/mhwuUJoMEW4likynIxICcZRJz0Hs3frl8= netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c h1:OiR7uZB8Ix33d6uZcNucqWC53XQlJLqH5MyskIaFD20= -- 2.45.2