From a8de2b39a591ae06717da4da910190d619434ad8 Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 14 Sep 2024 14:07:30 +0200 Subject: [PATCH] go mod tidy --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7dba0b0b..e1761106 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,12 @@ go 1.16 require ( github.com/Shopify/toxiproxy v2.1.4+incompatible github.com/go-playground/locales v0.12.1 // indirect - github.com/go-playground/universal-translator v0.16.0 // indirect + github.com/go-playground/universal-translator v0.16.0 github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.1 github.com/kr/pretty v0.1.0 // indirect github.com/leodido/go-urn v1.1.0 // indirect - github.com/relvacode/iso8601 v1.3.0 // indirect + github.com/relvacode/iso8601 v1.3.0 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.8.0 golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect