diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-03-03 23:57:24 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-03 17:57:24 -0500 |
commit | 141c58f5a6353a3e9173ababd1532819ba2ee284 (patch) | |
tree | d888756084d086e455830f3d28526ced69de85d5 /Gopkg.lock | |
parent | 8e202e28ad80452ced90ede3540e1662fa6d7da7 (diff) | |
download | gitea-141c58f5a6353a3e9173ababd1532819ba2ee284.tar.gz gitea-141c58f5a6353a3e9173ababd1532819ba2ee284.zip |
add isAdmin to user model (#6231)
update vendor and add tests
fix swagger
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock index 05d54a2332..b1103ce083 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -11,11 +11,11 @@ [[projects]] branch = "master" - digest = "1:59b2036a2d4b51fc91018adebd33ec4a893aa2b11af3a606445fe8df5640f514" + digest = "1:dbf849e6552740945ac1c6c6acba590fbc594e4efa80cf05568dec8579ae0dab" name = "code.gitea.io/sdk" packages = ["gitea"] pruneopts = "NUT" - revision = "9c4f6485997bcff568e30cfe45165018ac5772c1" + revision = "e4effe4df2b895ca51482d24edb8748704326f1a" [[projects]] digest = "1:5d72bbcc9c8667b11c3dc3cbe681c5a6f71e5096744c0bf7726ab5c6425d5dc4" |