mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
15 lines
256 B
Modula-2
15 lines
256 B
Modula-2
module main
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v3 v3.0.0
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
)
|