-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
62 lines (58 loc) · 2.23 KB
/
Copy pathgo.mod
File metadata and controls
62 lines (58 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/hesusruiz/onboardng
go 1.25.5
require (
github.com/fsnotify/fsnotify v1.10.1
github.com/go-sprout/sprout v1.0.3
github.com/google/uuid v1.6.0
github.com/hesusruiz/authgo v0.1.4
github.com/mr-tron/base58 v1.3.0
github.com/stretchr/testify v1.11.1
modernc.org/sqlite v1.50.1
)
require (
dario.cat/mergo v1.0.2 // indirect
filippo.io/hpke v0.4.0 // indirect
github.com/Masterminds/semver/v3 v3.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/go-webauthn/x v0.2.6 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-tpm v0.9.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.6 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/tinylib/msgp v1.6.4 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/text v0.37.0 // indirect
modernc.org/libc v1.72.3 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
require (
filippo.io/age v1.3.1
github.com/go-webauthn/webauthn v0.17.4 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/hesusruiz/utils/errl v0.0.0-20260203155429-e59ff4b6d2e4
github.com/lestrrat-go/jwx/v2 v2.1.6
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.45.0 // indirect
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)