aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-10-13 16:06:50 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-10-13 16:06:50 +0100
commitf3be4b31850add1a33c932aa3fa7b0bb740554f2 (patch)
treed1a03b1be93f55fffc799bf395be9ba7ccf7b3da /go.mod
parentdcedd1b6bf1e890ff425bdf1fcd8a2e0850778b5 (diff)
Revert "Federation backoff fixes and tests (#2792)"
This reverts commit dcedd1b6bf1e890ff425bdf1fcd8a2e0850778b5.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index eeae9608..eefad89e 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,6 @@ require (
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
gopkg.in/h2non/bimg.v1 v1.1.9
gopkg.in/yaml.v2 v2.4.0
- gotest.tools/v3 v3.0.3
nhooyr.io/websocket v1.8.7
)
@@ -129,6 +128,7 @@ require (
gopkg.in/macaroon.v2 v2.1.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
+ gotest.tools/v3 v3.0.3 // indirect
)
go 1.18