16 lines
333 B
Modula-2
16 lines
333 B
Modula-2
module crispbyte.dev/sig-auth
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/common-fate/httpsig v0.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
golang.org/x/crypto v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/dunglas/httpsfv v1.0.2 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|