summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-09-06 16:49:31 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit8c71ed2cc4300fa0e3e80d64c71bb69688f5e5e9 (patch)
tree3588b3faf546aa57c6619fa19320b1cb7968dac2 /go.mod
parentb52974ebb7995c854baa9682f37a1b0f409f511b (diff)
go.mod/go.sum: Run go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 4697bd7..3a38451 100644
--- a/go.mod
+++ b/go.mod
@@ -10,11 +10,6 @@ require (
)
require (
- golang.org/x/mod v0.8.0 // indirect
- golang.org/x/tools v0.6.0 // indirect
-)
-
-require (
github.com/go-errors/errors v1.4.2
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0