1
0
mirror of https://github.com/turtlemonvh/tnnlr.git synced 2021-09-26 15:22:24 +03:00

update gin import reference

This commit is contained in:
vikwick
2018-08-13 18:03:20 -04:00
committed by Tyler Stowell
parent 2f42dab844
commit 0c02bb9d5d

View File

@@ -13,7 +13,7 @@ import (
"time"
log "github.com/sirupsen/logrus"
"gopkg.in/gin-gonic/gin.v1"
"github.com/gin-gonic/gin"
"labix.org/v2/mgo/bson"
)
@@ -563,4 +563,4 @@ func (t *Tnnlr) CleanBookkeepingDirs() {
}
}
}
}