diff --git a/go.mod b/go.mod index b2c696c9..5a80ad95 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( github.com/nais/device v1.7.3 github.com/nais/krakend/pkg/migration v0.0.0-20251112211103-82b954ae962b github.com/nais/liberator v0.0.0-20260216142648-ee49a9372bc4 - github.com/nais/naistrix v0.23.5 + github.com/nais/naistrix v0.23.6 github.com/nais/pgrator/pkg/api v0.0.0-20260310100903-b368fbc8f0db github.com/pkg/errors v0.9.1 github.com/pterm/pterm v0.12.83 diff --git a/go.sum b/go.sum index 99682399..56fcac59 100644 --- a/go.sum +++ b/go.sum @@ -446,8 +446,8 @@ github.com/nais/krakend/pkg/migration v0.0.0-20251112211103-82b954ae962b h1:DQcb github.com/nais/krakend/pkg/migration v0.0.0-20251112211103-82b954ae962b/go.mod h1:Siwxo1B39dMTFYEwTzPwr1+Rg5r/0OAtHC3BbKh/XPA= github.com/nais/liberator v0.0.0-20260216142648-ee49a9372bc4 h1:i7jBukqLtNpQIBhy/YBA8XjLRVdI8B7WxC9nhQyxlWE= github.com/nais/liberator v0.0.0-20260216142648-ee49a9372bc4/go.mod h1:jmMoQtUMhvv7j1C2gz89Gxc4hxc73GXtTR3mEXn7cvU= -github.com/nais/naistrix v0.23.5 h1:nCP4jOOsYfolNzcU5XLH3gVLanzdUkFO+kDLIs636S0= -github.com/nais/naistrix v0.23.5/go.mod h1:s51av4yyLNP+NyZYMM3/QMtxZov06FuLgLn4wdOrV4E= +github.com/nais/naistrix v0.23.6 h1:dbLvn+nR1F6NZN0Rcv0ccJlJXvPU7tGpLBHT0i3IWTw= +github.com/nais/naistrix v0.23.6/go.mod h1:s51av4yyLNP+NyZYMM3/QMtxZov06FuLgLn4wdOrV4E= github.com/nais/pgrator/pkg/api v0.0.0-20260310100903-b368fbc8f0db h1:+jHQ1Bz5bjkm9KODN8csriPHo11Rsv+ejtOuhDSNjQc= github.com/nais/pgrator/pkg/api v0.0.0-20260310100903-b368fbc8f0db/go.mod h1:iDLbi5Ss8Fs6L5+ot8jBLStR5/bdiPgblt7OsN06n50= github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=