mirror of https://github.com/vernonkeenan/lib
24 lines
751 B
Modula-2
24 lines
751 B
Modula-2
module code.tnxs.net/vernonkeenan/lib
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/errors v0.20.3
|
|
github.com/go-openapi/runtime v0.24.1
|
|
github.com/go-openapi/spec v0.20.7 // indirect
|
|
github.com/go-openapi/strfmt v0.21.3
|
|
github.com/go-openapi/swag v0.22.3
|
|
github.com/go-openapi/validate v0.22.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/prometheus/client_golang v1.13.0
|
|
github.com/rs/cors v1.8.2
|
|
github.com/spf13/viper v1.13.0
|
|
github.com/taxnexus/go-force v1.0.7
|
|
go.mongodb.org/mongo-driver v1.10.1 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.23.0
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
|
)
|