-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (24 loc) · 953 Bytes
/
go.mod
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
module github.com/vs-uulm/ztsfc_http_pep
go 1.21
toolchain go1.21.3
require (
github.com/go-webauthn/webauthn v0.10.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/leobrada/golang_convenience_tools v0.0.0-20231027190949-23729c408209
github.com/leobrada/yaml_tools v0.0.0-20220115205103-7f6e1de7ab2e
github.com/vs-uulm/ztsfc_http_attributes v0.0.0-20230718145859-e9c5fbffbfa7
github.com/vs-uulm/ztsfc_http_logger v0.0.0-20220504121928-852f30c337e5
)
require (
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
github.com/go-webauthn/x v0.1.6 // indirect
github.com/google/go-tpm v0.9.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)