Skip to content

Commit

Permalink
Merge pull request #1 from whawty/dependabot/go_modules/golang.org/x/…
Browse files Browse the repository at this point in the history
…crypto-0.17.0

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • Loading branch information
equinox0815 authored Dec 22, 2023
2 parents dc5804e + cb43cb6 commit ee94da4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 57 deletions.
41 changes: 21 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ module github.com/whawty/nginx-sso

go 1.21.0

require (
github.com/flosch/go-humanize v0.0.0-20140728123800-3ba51eabe506
github.com/flosch/pongo2/v6 v6.0.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gin-gonic/gin v1.9.1
github.com/go-ldap/ldap/v3 v3.4.6
github.com/mileusna/useragent v1.3.4
github.com/oklog/ulid/v2 v2.1.0
github.com/prometheus/client_golang v1.17.0
github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371
github.com/tg123/go-htpasswd v1.2.1
github.com/urfave/cli v1.22.14
github.com/whawty/auth v0.0.0-20231022191511-61550f485af0
gitlab.com/go-box/pongo2gin/v6 v6.0.4
go.etcd.io/bbolt v1.3.8
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
Expand All @@ -11,14 +29,9 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/flosch/go-humanize v0.0.0-20140728123800-3ba51eabe506 // indirect
github.com/flosch/pongo2/v6 v6.0.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-ldap/ldap/v3 v3.4.6 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.15.5 // indirect
Expand All @@ -30,32 +43,20 @@ require (
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mileusna/useragent v1.3.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92 // indirect
github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371 // indirect
github.com/tg123/go-htpasswd v1.2.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/urfave/cli v1.22.14 // indirect
github.com/whawty/auth v0.0.0-20231022191511-61550f485af0 // indirect
gitlab.com/go-box/pongo2gin/v6 v6.0.4 // indirect
go.etcd.io/bbolt v1.3.8 // indirect
golang.org/x/arch v0.5.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/spreadspace/scryptauth.v2 v2.0.0-20160119001838-d2c0fcba7783 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit ee94da4

Please sign in to comment.