41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module qoobing.com/gomod/api
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.6
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/prometheus/client_golang v1.22.0
|
|
qoobing.com/gomod/log v1.4.2
|
|
qoobing.com/gomod/str v1.0.5
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|