1
1
module github.com/croessner/nauthilus
2
2
3
- go 1.22
3
+ go 1.22.2
4
4
5
5
require (
6
6
github.com/DmitriyVTitov/size v1.5.0
7
- github.com/coreos/go-oidc/v3 v3.9 .0
7
+ github.com/coreos/go-oidc/v3 v3.10 .0
8
8
github.com/dspinhirne/netaddr-go v0.0.0-20211008142535-a4c5bccad224
9
9
github.com/emersion/go-imap v1.2.1
10
- github.com/emersion/go-smtp v0.20.2
10
+ github.com/emersion/go-smtp v0.21.1
11
11
github.com/gin-contrib/pprof v1.4.0
12
- github.com/gin-contrib/sessions v0 .0.5
12
+ github.com/gin-contrib/sessions v1 .0.0
13
13
github.com/gin-gonic/gin v1.9.1
14
14
github.com/go-kit/log v0.2.1
15
- github.com/go-ldap/ldap/v3 v3.4.6
16
- github.com/go-webauthn/webauthn v0.10.1
15
+ github.com/go-ldap/ldap/v3 v3.4.8
16
+ github.com/go-webauthn/webauthn v0.10.2
17
17
github.com/gwatts/gin-adapter v1.0.0
18
18
github.com/justinas/nosurf v1.1.1
19
19
github.com/mackerelio/go-osstat v0.2.4
@@ -23,35 +23,37 @@ require (
23
23
github.com/patrickmn/go-cache v2.1.0+incompatible
24
24
github.com/pires/go-proxyproto v0.7.0
25
25
github.com/pquerna/otp v1.4.0
26
- github.com/prometheus/client_golang v1.18 .0
27
- github.com/prometheus/client_model v0.6.0
26
+ github.com/prometheus/client_golang v1.19 .0
27
+ github.com/prometheus/client_model v0.6.1
28
28
github.com/redis/go-redis/v9 v9.5.1
29
29
github.com/segmentio/ksuid v1.0.4
30
30
github.com/simia-tech/crypt v0.5.1
31
31
github.com/spf13/pflag v1.0.5
32
32
github.com/spf13/viper v1.18.2
33
- github.com/tengattack/gluacrypto v0.0.0-20220119075059-93465d506ca9
33
+ github.com/tengattack/gluacrypto v0.0.0-20240324200146-54b58c95c255
34
34
github.com/vadv/gopher-lua-libs v0.5.0
35
35
github.com/yuin/gopher-lua v1.1.1
36
- go.uber.org/zap v1.26 .0
37
- golang.org/x/net v0.21 .0
38
- golang.org/x/oauth2 v0.17 .0
36
+ go.uber.org/zap v1.27 .0
37
+ golang.org/x/net v0.24 .0
38
+ golang.org/x/oauth2 v0.19 .0
39
39
golang.org/x/text v0.14.0
40
40
)
41
41
42
42
require (
43
+ filippo.io/edwards25519 v1.1.0 // indirect
43
44
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
44
45
github.com/VividCortex/ewma v1.2.0 // indirect
45
46
github.com/alessio/shellescape v1.4.2 // indirect
46
- github.com/aws/aws-sdk-go v1.50.20 // indirect
47
+ github.com/aws/aws-sdk-go v1.52.1 // indirect
47
48
github.com/beorn7/perks v1.0.1 // indirect
48
49
github.com/boombuler/barcode v1.0.1 // indirect
49
- github.com/bytedance/sonic v1.11.0 // indirect
50
+ github.com/bytedance/sonic v1.11.6 // indirect
51
+ github.com/bytedance/sonic/loader v0.1.1 // indirect
50
52
github.com/cbroglie/mustache v1.4.0 // indirect
51
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
53
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
52
54
github.com/cheggaaa/pb/v3 v3.1.5 // indirect
53
- github.com/chenzhuoyu /base64x v0.0.0-20230717121745-296ad89f973d // indirect
54
- github.com/chenzhuoyu /iasm v0.9.1 // indirect
55
+ github.com/cloudwego /base64x v0.1.4 // indirect
56
+ github.com/cloudwego /iasm v0.2.0 // indirect
55
57
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56
58
github.com/dustin/go-humanize v1.0.1 // indirect
57
59
github.com/emersion/go-message v0.18.0 // indirect
@@ -61,17 +63,16 @@ require (
61
63
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
62
64
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
63
65
github.com/gin-contrib/sse v0.1.0 // indirect
64
- github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
65
- github.com/go-jose/go-jose/v3 v3 .0.1 // indirect
66
+ github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
67
+ github.com/go-jose/go-jose/v4 v4 .0.1 // indirect
66
68
github.com/go-logfmt/logfmt v0.6.0 // indirect
67
69
github.com/go-playground/locales v0.14.1 // indirect
68
70
github.com/go-playground/universal-translator v0.18.1 // indirect
69
- github.com/go-playground/validator/v10 v10.18 .0 // indirect
70
- github.com/go-sql-driver/mysql v1.7 .1 // indirect
71
- github.com/go-webauthn/x v0.1.8 // indirect
71
+ github.com/go-playground/validator/v10 v10.20 .0 // indirect
72
+ github.com/go-sql-driver/mysql v1.8 .1 // indirect
73
+ github.com/go-webauthn/x v0.1.9 // indirect
72
74
github.com/goccy/go-json v0.10.2 // indirect
73
- github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
74
- github.com/golang/protobuf v1.5.3 // indirect
75
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
75
76
github.com/google/go-tpm v0.9.0 // indirect
76
77
github.com/google/uuid v1.6.0 // indirect
77
78
github.com/gorilla/context v1.1.2 // indirect
@@ -80,20 +81,20 @@ require (
80
81
github.com/hashicorp/hcl v1.0.0 // indirect
81
82
github.com/jmespath/go-jmespath v0.4.0 // indirect
82
83
github.com/json-iterator/go v1.1.12 // indirect
83
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
84
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
84
85
github.com/leodido/go-urn v1.4.0 // indirect
85
86
github.com/lib/pq v1.10.9 // indirect
86
87
github.com/magiconair/properties v1.8.7 // indirect
87
88
github.com/mattn/go-colorable v0.1.13 // indirect
88
89
github.com/mattn/go-isatty v0.0.20 // indirect
89
90
github.com/mattn/go-runewidth v0.0.15 // indirect
90
- github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
91
+ github.com/mattn/go-sqlite3 v1.14.22 // indirect
91
92
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
92
93
github.com/modern-go/reflect2 v1.0.2 // indirect
93
94
github.com/montanaflynn/stats v0.7.1 // indirect
94
- github.com/pelletier/go-toml/v2 v2.1.1 // indirect
95
- github.com/prometheus/common v0.47 .0 // indirect
96
- github.com/prometheus/procfs v0.12 .0 // indirect
95
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
96
+ github.com/prometheus/common v0.53 .0 // indirect
97
+ github.com/prometheus/procfs v0.14 .0 // indirect
97
98
github.com/rivo/uniseg v0.4.7 // indirect
98
99
github.com/sagikazarmark/locafero v0.4.0 // indirect
99
100
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -108,11 +109,10 @@ require (
108
109
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 // indirect
109
110
go.uber.org/multierr v1.11.0 // indirect
110
111
golang.org/x/arch v0.7.0 // indirect
111
- golang.org/x/crypto v0.19.0 // indirect
112
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
113
- golang.org/x/sys v0.17.0 // indirect
114
- google.golang.org/appengine v1.6.8 // indirect
115
- google.golang.org/protobuf v1.32.0 // indirect
112
+ golang.org/x/crypto v0.22.0 // indirect
113
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
114
+ golang.org/x/sys v0.19.0 // indirect
115
+ google.golang.org/protobuf v1.34.0 // indirect
116
116
gopkg.in/ini.v1 v1.67.0 // indirect
117
117
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc // indirect
118
118
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments