Skip to content

Commit cd59c10

Browse files
core: bump goauthentik.io/api/v3 from 3.2023083.4 to 3.2023083.5
Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go) from 3.2023083.4 to 3.2023083.5. - [Release notes](https://github.com/goauthentik/client-go/releases) - [Commits](goauthentik/client-go@v3.2023083.4...v3.2023083.5) --- updated-dependencies: - dependency-name: goauthentik.io/api/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4db365c commit cd59c10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ require (
1919
github.com/gorilla/sessions v1.2.1
2020
github.com/gorilla/websocket v1.5.0
2121
github.com/jellydator/ttlcache/v3 v3.1.0
22+
github.com/mitchellh/mapstructure v1.5.0
2223
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484
2324
github.com/pires/go-proxyproto v0.7.0
2425
github.com/prometheus/client_golang v1.17.0
2526
github.com/redis/go-redis/v9 v9.2.1
2627
github.com/sirupsen/logrus v1.9.3
2728
github.com/spf13/cobra v1.7.0
2829
github.com/stretchr/testify v1.8.4
29-
goauthentik.io/api/v3 v3.2023083.4
30+
goauthentik.io/api/v3 v3.2023083.5
3031
golang.org/x/exp v0.0.0-20230210204819-062eb4c674ab
3132
golang.org/x/oauth2 v0.12.0
3233
golang.org/x/sync v0.4.0
@@ -60,7 +61,6 @@ require (
6061
github.com/josharian/intern v1.0.0 // indirect
6162
github.com/mailru/easyjson v0.7.7 // indirect
6263
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
63-
github.com/mitchellh/mapstructure v1.5.0 // indirect
6464
github.com/oklog/ulid v1.3.1 // indirect
6565
github.com/opentracing/opentracing-go v1.2.0 // indirect
6666
github.com/pmezard/go-difflib v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvx
346346
go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=
347347
go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8=
348348
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
349-
goauthentik.io/api/v3 v3.2023083.4 h1:WIi2+LFfBTvhxcbH/WqvhY/4EsX8bAN6mrPODq02B/w=
350-
goauthentik.io/api/v3 v3.2023083.4/go.mod h1:zz+mEZg8rY/7eEjkMGWJ2DnGqk+zqxuybGCGrR2O4Kw=
349+
goauthentik.io/api/v3 v3.2023083.5 h1:U9/+QWIVpsfZCZivMAsG6E6dq3/4wT5qt/k7uUC9rZc=
350+
goauthentik.io/api/v3 v3.2023083.5/go.mod h1:zz+mEZg8rY/7eEjkMGWJ2DnGqk+zqxuybGCGrR2O4Kw=
351351
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
352352
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
353353
golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=

0 commit comments

Comments
 (0)