-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
293 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
module github.com/vs-uulm/ztsfc_http_pep | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.3 | ||
|
||
require ( | ||
github.com/go-webauthn/webauthn v0.8.4 | ||
github.com/golang-jwt/jwt/v5 v5.0.0 | ||
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.4.0 // indirect | ||
github.com/go-webauthn/x v0.1.4 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
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.3.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.11.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/time v0.3.0 // 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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.