fix(deps): update module github.com/fsnotify/fsnotify to v1.9.0
All checks were successful
Validate PR Title / validate (pull_request) Successful in 2s
All checks were successful
Validate PR Title / validate (pull_request) Successful in 2s
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,19 +3,19 @@ module shamilnunhuck/saml-oidc-bridge
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/beevik/etree v1.5.0
|
||||
github.com/coreos/go-oidc/v3 v3.11.0
|
||||
github.com/crewjam/saml v0.5.1
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
github.com/russellhaering/goxmldsig v1.4.0
|
||||
golang.org/x/oauth2 v0.23.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/beevik/etree v1.5.0 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
||||
github.com/jonboulle/clockwork v0.2.2 // indirect
|
||||
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
|
||||
github.com/russellhaering/goxmldsig v1.4.0 // indirect
|
||||
golang.org/x/crypto v0.33.0 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user