Skip to content

Commit

Permalink
build(deps): bump github.com/crewjam/saml from 0.4.0 to 0.4.14
Browse files Browse the repository at this point in the history
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml) from 0.4.0 to 0.4.14.
- [Commits](crewjam/saml@v0.4.0...v0.4.14)

---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 8fd84a5 commit 997881c
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 299 deletions.
21 changes: 8 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/containerd/containerd v1.3.4 // indirect
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/coreos/go-semver v0.3.0
github.com/crewjam/saml v0.4.0
github.com/crewjam/saml v0.4.14
github.com/davecgh/go-spew v1.1.1
github.com/daviddengcn/go-colortext v1.0.0
github.com/dghubble/gologin v2.2.0+incompatible
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.5.0
github.com/google/go-cmp v0.5.9
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v28 v28.1.1
github.com/google/go-github/v31 v31.0.0
Expand Down Expand Up @@ -118,7 +118,7 @@ require (
github.com/prometheus/procfs v0.1.3 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
github.com/russellhaering/gosaml2 v0.4.0
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7
github.com/russellhaering/goxmldsig v1.3.0
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/schollz/progressbar/v3 v3.3.4
github.com/segmentio/fasthash v1.0.2
Expand Down Expand Up @@ -146,7 +146,6 @@ require (
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/src-d/enry/v2 v2.1.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/temoto/robotstxt v1.1.1
github.com/tinylib/msgp v1.1.2 // indirect
Expand All @@ -158,27 +157,23 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xeonx/timeago v1.0.0-rc4
github.com/zenazn/goji v1.0.1 // indirect
go.opencensus.io v0.22.4 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/crypto v0.14.0
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/text v0.3.3 // indirect
golang.org/x/sync v0.1.0
golang.org/x/sys v0.13.0
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.0.0-20200626032829-bcbc01e07a20
golang.org/x/tools v0.6.0
google.golang.org/api v0.28.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.30.0 // indirect
gopkg.in/jpoehls/gophermail.v0 v0.0.0-20160410235621-62941eab772c
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)

Expand Down
Loading

0 comments on commit 997881c

Please sign in to comment.