From d7823869dd1662a3e7dffd50ea5cb47e0c641333 Mon Sep 17 00:00:00 2001 From: Matty Evans Date: Wed, 11 Mar 2026 17:36:20 +1000 Subject: [PATCH] chore: bump go directive to 1.26 Co-Authored-By: Claude Opus 4.6 --- go.mod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a15e7e0..b0d3ef0 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,14 @@ module github.com/mattevans/dinero -go 1.16 +go 1.26 require ( github.com/onsi/gomega v1.16.0 github.com/patrickmn/go-cache v2.1.0+incompatible ) + +require ( + golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect + golang.org/x/text v0.3.6 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect +)