summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-09-25 14:40:30 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-09-25 14:40:30 +0200
commitf9beaf807b47fe77c5d5052828349d0428fcdd76 (patch)
tree266b48cf46b310ff29c0be0b64863ae6dfeed515 /go.mod
parent91100cfe62fc6222148762e742074a2deba9546c (diff)
go.mod/go.sum: update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3a38451..83d402f 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,12 @@ require (
)
require (
- github.com/go-errors/errors v1.4.2
+ golang.org/x/mod v0.8.0 // indirect
+ golang.org/x/tools v0.6.0 // indirect
+)
+
+require (
+ github.com/go-errors/errors v1.5.1
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.0 // indirect