26 lines
751 B
Modula-2
26 lines
751 B
Modula-2
module api
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
github.com/google/uuid v1.4.0
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/prometheus/client_golang v1.19.1
|
|
golang.org/x/crypto v0.20.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|