downgrade zitadel/logging

This commit is contained in:
Tim Möhlmann 2023-10-12 16:25:36 +03:00
parent 8f8952831e
commit 6bbd0a7f4d
2 changed files with 11 additions and 6 deletions

3
go.mod
View file

@ -13,7 +13,7 @@ require (
github.com/rs/cors v1.10.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.2
github.com/zitadel/logging v0.4.0
github.com/zitadel/logging v0.3.4
golang.org/x/oauth2 v0.13.0
golang.org/x/text v0.13.0
gopkg.in/square/go-jose.v2 v2.6.0
@ -26,7 +26,6 @@ require (
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
google.golang.org/appengine v1.6.8 // indirect