Skip to content

Commit a7106af

Browse files
chore(deps): bump github.com/versent/saml2aws/v2 from 2.36.17 to 2.36.18
Bumps [github.com/versent/saml2aws/v2](https://github.com/versent/saml2aws) from 2.36.17 to 2.36.18. - [Release notes](https://github.com/versent/saml2aws/releases) - [Changelog](https://github.com/Versent/saml2aws/blob/master/.goreleaser.ubuntu-20.04.yml) - [Commits](Versent/saml2aws@v2.36.17...v2.36.18) --- updated-dependencies: - dependency-name: github.com/versent/saml2aws/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 493bf88 commit a7106af

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/spf13/cobra v1.8.1
2626
github.com/spf13/pflag v1.0.5
2727
github.com/spf13/viper v1.19.0
28-
github.com/versent/saml2aws/v2 v2.36.17
28+
github.com/versent/saml2aws/v2 v2.36.18
2929
go.uber.org/zap v1.27.0
3030
golang.org/x/mod v0.22.0
3131
gopkg.in/ini.v1 v1.67.0
@@ -85,14 +85,14 @@ require (
8585
github.com/modern-go/reflect2 v1.0.2 // indirect
8686
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8787
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
88-
github.com/playwright-community/playwright-go v0.4501.0 // indirect
88+
github.com/playwright-community/playwright-go v0.4501.1 // indirect
8989
github.com/sagikazarmark/locafero v0.4.0 // indirect
9090
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
9191
github.com/sourcegraph/conc v0.3.0 // indirect
9292
github.com/spf13/afero v1.11.0 // indirect
9393
github.com/spf13/cast v1.6.0 // indirect
9494
github.com/subosito/gotenv v1.6.0 // indirect
95-
github.com/tidwall/gjson v1.17.1 // indirect
95+
github.com/tidwall/gjson v1.17.2 // indirect
9696
github.com/tidwall/match v1.1.1 // indirect
9797
github.com/tidwall/pretty v1.2.1 // indirect
9898
github.com/trimble-oss/go-webauthn-client v0.3.0 // indirect

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
308308
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
309309
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
310310
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
311-
github.com/playwright-community/playwright-go v0.4501.0 h1:/WhOJ+xgW/9HjzOTV9tMCG91QnTk1lnq9gSpctg8hdw=
312-
github.com/playwright-community/playwright-go v0.4501.0/go.mod h1:bpArn5TqNzmP0jroCgw4poSOG9gSeQg490iLqWAaa7w=
311+
github.com/playwright-community/playwright-go v0.4501.1 h1:kz8SIfR6nEI8blk77nTVD0K5/i37QP5rY/o8a1fG+4c=
312+
github.com/playwright-community/playwright-go v0.4501.1/go.mod h1:bpArn5TqNzmP0jroCgw4poSOG9gSeQg490iLqWAaa7w=
313313
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
314314
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
315315
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -378,8 +378,8 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8
378378
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
379379
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
380380
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
381-
github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=
382-
github.com/tidwall/gjson v1.17.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
381+
github.com/tidwall/gjson v1.17.2 h1:YlBFFaxZdSXKP8zhqh5CRbk0wL7oCAU3D+JJLU5pE7U=
382+
github.com/tidwall/gjson v1.17.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
383383
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
384384
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
385385
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
@@ -388,8 +388,8 @@ github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhso
388388
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
389389
github.com/trimble-oss/go-webauthn-client v0.3.0 h1:0OVFjd+xofIaI7iqHkEcAC14BL3QzxTcfl/an8UF0Pg=
390390
github.com/trimble-oss/go-webauthn-client v0.3.0/go.mod h1:/yHRnTttIjD0XbRnvEpt7SYWyOkLoO3HcL17saRY6a0=
391-
github.com/versent/saml2aws/v2 v2.36.17 h1:buzZNqf7n6rPQzXEy6QOy0qOoufngXh9HJ7QaCTZ5DM=
392-
github.com/versent/saml2aws/v2 v2.36.17/go.mod h1:WMudjAOp0we5U/pHmWaMdY0k5bkppJy6M3RiNSBlZVQ=
391+
github.com/versent/saml2aws/v2 v2.36.18 h1:T9Uw4G5p05idhHRhY2IvOlQqs9/korPAdIskx5iGiq8=
392+
github.com/versent/saml2aws/v2 v2.36.18/go.mod h1:jCtlyBMRnkSAp78sNYMT801G2cJtJn4yelkw39GANoc=
393393
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
394394
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
395395
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=

0 commit comments

Comments
 (0)