From 60c846889950859b24e6348f4b135075302d387a Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 22 Jun 2022 03:49:27 +0200 Subject: [PATCH] Removed repr dependency --- go.mod | 1 - go.sum | 2 -- routes/api.go | 3 --- 3 files changed, 6 deletions(-) diff --git a/go.mod b/go.mod index 578ddb5..709bae3 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 0b4987c..d294d0c 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/routes/api.go b/routes/api.go index 96d0a8b..0a3e6f6 100644 --- a/routes/api.go +++ b/routes/api.go @@ -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{}, }