M README.md => README.md +1 -1
@@ 36,7 36,7 @@ added more and more and now it's pretty full featured.
## Dependencies
-- Go 1.21+
+- Go 1.22.5+
- GNU make
## Installing
M go.mod => go.mod +1 -3
@@ 2,8 2,6 @@ module links
go 1.22.5
-toolchain go1.22.7
-
require (
git.sr.ht/~emersion/gqlclient v0.0.0-20230820050442-8873fe0204b9
git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1
@@ 32,7 30,7 @@ require (
hg.code.netlandish.com/~netlandish/sendygo v0.0.0-20230124192435-bbf347776232
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-graphql v0.0.0-20241126234432-2cc59b2f7ebd
netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c
netlandish.com/x/gobwebs-ses-feedback v0.0.0-20231224192331-d90c2b73e55d
petersanchez.com/x/carrier v0.2.2
M go.sum => go.sum +2 -2
@@ 2588,8 2588,8 @@ netlandish.com/x/gobwebs v0.0.0-20240828125517-6fc18f8bc093 h1:iUxk5pguGAV6d9C5H
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-graphql v0.0.0-20241126234432-2cc59b2f7ebd h1:QJzQj/+2XAEHM0mCxqYleV0sVM2tNZBS6zP6uuOB+Tk=
+netlandish.com/x/gobwebs-graphql v0.0.0-20241126234432-2cc59b2f7ebd/go.mod h1:HLqiAsZAamUcGy6bF8Vyt0eGXX2UhSl8oO1Z/vUoDlM=
netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c h1:OiR7uZB8Ix33d6uZcNucqWC53XQlJLqH5MyskIaFD20=
netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c/go.mod h1:YFuvoy5GEi60A+UfPZyC87DTAwFLrvUldZL6dr+ks1o=
netlandish.com/x/gobwebs-ses-feedback v0.0.0-20231224192331-d90c2b73e55d h1:Qof6jqwfFMcmw08Qh5UocDsqjNIvpsZwZuxGqhbh8GE=