From e2fabd4617ac4991dc72e9cdc3608f13568a4ead Mon Sep 17 00:00:00 2001 From: Matheus Degiovani Date: Tue, 15 Jul 2025 10:07:19 -0300 Subject: [PATCH] go.mod: Format to standard --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b4a7284..c209377 100644 --- a/go.mod +++ b/go.mod @@ -37,8 +37,6 @@ require ( wellquite.org/bebop v0.0.0-20231109192402-a92af83691ec ) -require github.com/mus-format/common-go v0.0.0-20240427160332-fda7f59c1da2 // indirect - require ( github.com/DataDog/zstd v1.5.2 // indirect github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect @@ -54,6 +52,7 @@ require ( github.com/minio/sha256-simd v0.1.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/mus-format/common-go v0.0.0-20240427160332-fda7f59c1da2 // indirect github.com/mus-format/mus-go v0.3.0 github.com/philhofer/fwd v1.1.2 // indirect github.com/pkg/errors v0.9.1 // indirect