Removed repr dependency

main
Antonio De Lucreziis 2 years ago
parent 5999f5cceb
commit 60c8468899

@ -8,7 +8,6 @@ require (
)
require (
github.com/alecthomas/repr v0.1.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect

@ -1,5 +1,3 @@
github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE=
github.com/alecthomas/repr v0.1.0/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8=
github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/gofiber/fiber/v2 v2.34.1 h1:C6saXB7385HvtXX+XMzc5Dqj5S/aEXOfKCW7JNep4rA=

@ -6,7 +6,6 @@ import (
"strconv"
"time"
"github.com/alecthomas/repr"
"github.com/aziis98/lupus-lite/auth"
"github.com/aziis98/lupus-lite/database"
"github.com/aziis98/lupus-lite/lupus"
@ -113,8 +112,6 @@ func Api(api fiber.Router) {
return err
}
repr.Println(form)
cfg := model.PartitaConfig{
NumeroPerRuolo: map[string]int{},
}

Loading…
Cancel
Save