13 lines
292 B
Diff
13 lines
292 B
Diff
|
diff --git a/go.mod b/go.mod
|
||
|
index ea2a2c0da1..0ab22b1da9 100644
|
||
|
--- a/go.mod
|
||
|
+++ b/go.mod
|
||
|
@@ -101,6 +101,7 @@ require (
|
||
|
gopkg.in/redis.v5 v5.2.9
|
||
|
gopkg.in/square/go-jose.v2 v2.5.1
|
||
|
gopkg.in/yaml.v2 v2.3.0
|
||
|
+ gotest.tools v2.2.0+incompatible
|
||
|
xorm.io/core v0.7.3
|
||
|
xorm.io/xorm v0.8.1
|
||
|
)
|