diff --git a/x/awsapi/go.mod b/x/awsapi/go.mod index e497efd..58aacae 100644 --- a/x/awsapi/go.mod +++ b/x/awsapi/go.mod @@ -2,8 +2,6 @@ module github.com/fogfish/gurl/x/awsapi go 1.23 -toolchain go1.23.1 - require ( github.com/aws/aws-sdk-go-v2 v1.30.5 github.com/aws/aws-sdk-go-v2/config v1.27.33 diff --git a/x/xhtml/go.mod b/x/xhtml/go.mod index 36bd4f5..a8dee85 100644 --- a/x/xhtml/go.mod +++ b/x/xhtml/go.mod @@ -2,8 +2,6 @@ module github.com/fogfish/gurl/x/xhtml go 1.23 -toolchain go1.23.1 - require ( github.com/PuerkitoBio/goquery v1.9.1 github.com/fogfish/gurl/v2 v2.10.0