outdate dependecies removed
This commit is contained in:
parent
586fd218f5
commit
d2bc7e6fe5
|
@ -2,7 +2,6 @@ package server
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/labstack/echo"
|
||||
"github.com/labstack/echo/middleware"
|
||||
c "github.com/tockins/realize/settings"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package settings
|
||||
|
||||
import "syscall"
|
||||
|
||||
// Flimit defines the max number of watched files
|
||||
func (s *Settings) Flimit() {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue