@@ -5,30 +5,30 @@ require (
5
5
github.com/coreos/go-oidc v2.2.1+incompatible
6
6
github.com/dchest/captcha v1.0.0
7
7
github.com/dustin/go-humanize v1.0.1
8
- github.com/essentialkaos/branca v1.3.4
9
- github.com/gofiber/fiber/v2 v2.52.4
10
- github.com/gofiber/storage/memory v1.3.4
11
- github.com/gofiber/storage/redis v1.3.4
12
- github.com/gofiber/storage/sqlite3 v1.3.8
13
- github.com/gorilla/mux v1.8.0
14
- github.com/mileusna/useragent v1.3.4
8
+ github.com/essentialkaos/branca/v2 v2.0.5
9
+ github.com/gofiber/fiber/v2 v2.52.5
10
+ github.com/gofiber/storage/memory/v2 v2.0.1
11
+ github.com/gofiber/storage/redis/v3 v3.1.2
12
+ github.com/gofiber/storage/sqlite3/v2 v2.1.1
13
+ github.com/gorilla/mux v1.8.1
14
+ github.com/mileusna/useragent v1.3.5
15
15
github.com/ory/hydra-client-go v1.10.6
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/pquerna/otp v1.4.0
18
18
github.com/prometheus/client_golang v1.19.1
19
19
github.com/sirupsen/logrus v1.9.3
20
- github.com/spf13/cobra v1.8.0
21
- github.com/spf13/viper v1.18.2
20
+ github.com/spf13/cobra v1.8.1
21
+ github.com/spf13/viper v1.19.0
22
22
github.com/stretchr/testify v1.9.0
23
23
github.com/ubccr/goipa v0.0.7
24
24
github.com/urfave/negroni v1.0.0
25
- github.com/valyala/fasthttp v1.53 .0
26
- golang.org/x/net v0.25 .0
25
+ github.com/valyala/fasthttp v1.56 .0
26
+ golang.org/x/net v0.29 .0
27
27
golang.org/x/oauth2 v0.18.0
28
28
)
29
29
30
30
require (
31
- github.com/andybalholm/brotli v1.1.0 // indirect
31
+ github.com/andybalholm/brotli v1.1.1 // indirect
32
32
github.com/beorn7/perks v1.0.1 // indirect
33
33
github.com/boombuler/barcode v1.0.1 // indirect
34
34
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -60,30 +60,30 @@ require (
60
60
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
61
61
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
62
62
github.com/josharian/intern v1.0.0 // indirect
63
- github.com/klauspost/compress v1.17.8 // indirect
63
+ github.com/klauspost/compress v1.17.11 // indirect
64
64
github.com/magiconair/properties v1.8.7 // indirect
65
65
github.com/mailru/easyjson v0.7.7 // indirect
66
66
github.com/mattn/go-colorable v0.1.13 // indirect
67
67
github.com/mattn/go-isatty v0.0.20 // indirect
68
- github.com/mattn/go-runewidth v0.0.15 // indirect
69
- github.com/mattn/go-sqlite3 v1.14.22 // indirect
68
+ github.com/mattn/go-runewidth v0.0.16 // indirect
69
+ github.com/mattn/go-sqlite3 v1.14.24 // indirect
70
70
github.com/mitchellh/mapstructure v1.5.0 // indirect
71
71
github.com/oklog/ulid v1.3.1 // indirect
72
72
github.com/opentracing/opentracing-go v1.2.0 // indirect
73
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
73
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
74
74
github.com/philhofer/fwd v1.1.2 // indirect
75
75
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
76
76
github.com/pquerna/cachecontrol v0.1.0 // indirect
77
77
github.com/prometheus/client_model v0.6.1 // indirect
78
78
github.com/prometheus/common v0.53.0 // indirect
79
79
github.com/prometheus/procfs v0.15.0 // indirect
80
- github.com/redis/go-redis/v9 v9.5.1 // indirect
80
+ github.com/redis/go-redis/v9 v9.7.0 // indirect
81
81
github.com/rivo/uniseg v0.4.7 // indirect
82
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
82
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
83
83
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
84
84
github.com/sourcegraph/conc v0.3.0 // indirect
85
85
github.com/spf13/afero v1.11.0 // indirect
86
- github.com/spf13/cast v1.6 .0 // indirect
86
+ github.com/spf13/cast v1.7 .0 // indirect
87
87
github.com/spf13/pflag v1.0.5 // indirect
88
88
github.com/subosito/gotenv v1.6.0 // indirect
89
89
github.com/tidwall/gjson v1.17.1 // indirect
@@ -97,18 +97,18 @@ require (
97
97
go.opentelemetry.io/otel/metric v1.26.0 // indirect
98
98
go.opentelemetry.io/otel/trace v1.26.0 // indirect
99
99
go.uber.org/multierr v1.11.0 // indirect
100
- golang.org/x/crypto v0.23 .0 // indirect
101
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
102
- golang.org/x/sync v0.7 .0 // indirect
103
- golang.org/x/sys v0.20 .0 // indirect
104
- golang.org/x/text v0.15 .0 // indirect
105
- google.golang.org/appengine v1.6.7 // indirect
100
+ golang.org/x/crypto v0.28 .0 // indirect
101
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
102
+ golang.org/x/sync v0.8 .0 // indirect
103
+ golang.org/x/sys v0.26 .0 // indirect
104
+ golang.org/x/text v0.19 .0 // indirect
105
+ google.golang.org/appengine v1.6.8 // indirect
106
106
google.golang.org/protobuf v1.34.1 // indirect
107
107
gopkg.in/ini.v1 v1.67.0 // indirect
108
108
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
109
109
gopkg.in/yaml.v3 v3.0.1 // indirect
110
110
)
111
111
112
- go 1.21
112
+ go 1.22.0
113
113
114
- toolchain go1.22.3
114
+ toolchain go1.23.2
0 commit comments