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 +)