Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Apr 7, 2022
1 parent 55a72ac commit 9ebc20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/soheilhy/cmux => github.com/soheilhy/cmux v0.1.5-0.2021011423

replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2

replace github.com/ory/x => github.com/icyphox/x v0.0.355-0.20220324064148-687832e9d220
replace github.com/ory/x => github.com/icyphox/x v0.0.355-0.20220406053617-1c824bb5dc9c

replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/icyphox/x v0.0.355-0.20220324064148-687832e9d220 h1:qrrCDxW3AQCikknjA+Ok0rF5AlNco8rQe2mYQqqL8B0=
github.com/icyphox/x v0.0.355-0.20220324064148-687832e9d220/go.mod h1:cGOxTUsnsUiALRHkodsM/n6fhzZY7rrNATe4M+GIFHM=
github.com/icyphox/x v0.0.355-0.20220406053617-1c824bb5dc9c h1:oXhZkcN8lWWLOWOLtyeHY/eVZZzXr5NI6sztRg+qasY=
github.com/icyphox/x v0.0.355-0.20220406053617-1c824bb5dc9c/go.mod h1:ONigpZ926ydmd7g71YxiHqLHv0wdKIlQPE+oLvfwQ6I=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
Expand Down
2 changes: 1 addition & 1 deletion internal/driver/config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (k *Config) TracingProvider() string {
}

func (k *Config) TracingConfig() *otelx.Config {
return k.p.TracingConfigOtel("Ory Keto")
return k.p.TracingConfig("Ory Keto")
}

func (k *Config) NamespaceManager() (namespace.Manager, error) {
Expand Down

0 comments on commit 9ebc20a

Please sign in to comment.