From 91d14e414fc9c451879e834d7866ad765084a836 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Sat, 10 Feb 2024 23:24:37 +0100 Subject: Add templating --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 123ff19..48df7c2 100644 --- a/go.mod +++ b/go.mod @@ -9,14 +9,14 @@ require ( require ( github.com/dustin/go-humanize v1.0.1 // indirect + github.com/google/go-cmp v0.6.0 // indirect github.com/google/uuid v1.3.0 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/mattn/go-isatty v0.0.16 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - golang.org/x/mod v0.3.0 // indirect - golang.org/x/sys v0.9.0 // indirect - golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + golang.org/x/mod v0.8.0 // indirect + golang.org/x/sys v0.14.0 // indirect + golang.org/x/tools v0.1.12 // indirect lukechampine.com/uint128 v1.2.0 // indirect modernc.org/cc/v3 v3.40.0 // indirect modernc.org/ccgo/v3 v3.16.13 // indirect -- cgit v1.2.3-54-g00ecf