mirror of https://github.com/vernonkeenan/lib
26 lines
836 B
Modula-2
26 lines
836 B
Modula-2
module code.tnxs.net/vernonkeenan/lib
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-openapi/analysis v0.21.3 // indirect
|
|
github.com/go-openapi/errors v0.20.2
|
|
github.com/go-openapi/runtime v0.24.1
|
|
github.com/go-openapi/spec v0.20.6 // indirect
|
|
github.com/go-openapi/strfmt v0.21.2
|
|
github.com/go-openapi/swag v0.21.1
|
|
github.com/go-openapi/validate v0.22.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/prometheus/common v0.35.0 // indirect
|
|
github.com/rs/cors v1.8.2
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/taxnexus/go-force v1.0.7
|
|
go.mongodb.org/mongo-driver v1.9.1 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|