mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
cosmetics
This commit is contained in:
@@ -326,8 +326,8 @@ github.com/swaggo/swag v1.16.3/go.mod h1:DImHIuOFXKpMFAQjcC7FG4m3Dg4+QuUgUzJmKjI
|
||||
github.com/tinylib/msgp v1.0.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
|
||||
github.com/tinylib/msgp v1.1.0/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
|
||||
github.com/tinylib/msgp v1.1.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
|
||||
github.com/tsynik/torrent v1.2.17 h1:I7Lmf1vEnPdUiyDvJi+f8Gu8+oBiqHjR00adPaoQx9E=
|
||||
github.com/tsynik/torrent v1.2.17/go.mod h1:mkMEEPy/ZOgDPTCwSynjtveqoEkKQNTD0JK7v6RlGxc=
|
||||
github.com/tsynik/torrent v1.2.18 h1:L4AuUAvS3UJxGG0E7fRTo7eUEed1+kbNdBZtyFx5oQI=
|
||||
github.com/tsynik/torrent v1.2.18/go.mod h1:mkMEEPy/ZOgDPTCwSynjtveqoEkKQNTD0JK7v6RlGxc=
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
|
||||
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package settings
|
||||
|
||||
import (
|
||||
"server/log"
|
||||
"sync"
|
||||
|
||||
"server/log"
|
||||
)
|
||||
|
||||
type DBReadCache struct {
|
||||
|
||||
@@ -3,6 +3,7 @@ package template
|
||||
import (
|
||||
"crypto/md5"
|
||||
"fmt"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user