73 lines
2.9 KiB
Modula-2
73 lines
2.9 KiB
Modula-2
module clintonambulance.com/calculate_negative_points
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.17.0
|
|
github.com/dsa0x/sicher v0.2.4
|
|
github.com/go-chi/chi/v5 v5.2.4
|
|
github.com/go-chi/cors v1.2.2
|
|
github.com/go-playground/validator/v10 v10.30.1
|
|
github.com/go-viper/mapstructure/v2 v2.5.0
|
|
github.com/goforj/godump v1.9.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/knadh/koanf/parsers/yaml v1.1.0
|
|
github.com/knadh/koanf/providers/confmap v1.0.0
|
|
github.com/knadh/koanf/providers/env v1.1.0
|
|
github.com/knadh/koanf/providers/file v1.2.1
|
|
github.com/knadh/koanf/providers/posflag v1.0.1
|
|
github.com/knadh/koanf/providers/structs v1.0.0
|
|
github.com/knadh/koanf/v2 v2.3.2
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/onsi/ginkgo/v2 v2.28.1
|
|
github.com/onsi/gomega v1.39.1
|
|
github.com/samber/lo v1.39.0
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/swaggest/openapi-go v0.2.59
|
|
github.com/swaggest/rest v0.2.75
|
|
github.com/swaggest/usecase v1.3.1
|
|
go.uber.org/zap v1.27.1
|
|
golang.org/x/oauth2 v0.34.0
|
|
golang.org/x/text v0.33.0
|
|
resty.dev/v3 v3.0.0-beta.6
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect
|
|
github.com/knadh/koanf/maps v0.1.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v3 v3.1.0 // indirect
|
|
github.com/swaggest/form/v5 v5.1.1 // indirect
|
|
github.com/swaggest/jsonschema-go v0.3.78 // indirect
|
|
github.com/swaggest/refl v1.4.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
|
|
golang.org/x/mod v0.32.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/tools v0.41.0 // indirect
|
|
google.golang.org/protobuf v1.36.7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|