diff options
| author | 2021-03-15 19:00:14 +0100 | |
|---|---|---|
| committer | 2021-03-15 19:00:14 +0100 | |
| commit | b48072fef6300602db4076829ce593ebaea7506f (patch) | |
| tree | a1da66c969ccf25ddac314cbeb5d169ee01c58ae /go.mod | |
| parent | tests (diff) | |
| download | gotosocial-b48072fef6300602db4076829ce593ebaea7506f.tar.xz | |
go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ require ( github.com/onsi/ginkgo v1.15.0 // indirect github.com/onsi/gomega v1.10.5 // indirect github.com/sirupsen/logrus v1.8.0 - github.com/stretchr/testify v1.7.0 // indirect + github.com/stretchr/testify v1.7.0 github.com/tidwall/btree v0.4.2 // indirect github.com/tidwall/buntdb v1.2.0 // indirect github.com/tidwall/pretty v1.1.0 // indirect |
