lib/go.mod

26 lines
836 B
Modula-2
Raw Normal View History

2021-08-01 00:08:25 +00:00
module code.tnxs.net/vernonkeenan/lib
2021-07-31 03:05:02 +00:00
go 1.15
require (
2022-05-28 19:45:41 +00:00
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
2022-06-20 15:35:49 +00:00
github.com/go-openapi/validate v0.22.0
2021-08-05 19:55:24 +00:00
github.com/go-sql-driver/mysql v1.6.0
2022-05-28 19:45:41 +00:00
github.com/prometheus/client_golang v1.12.2
2022-06-20 15:35:49 +00:00
github.com/prometheus/common v0.35.0 // indirect
2022-05-28 19:45:41 +00:00
github.com/rs/cors v1.8.2
github.com/spf13/viper v1.12.0
2021-08-05 19:55:24 +00:00
github.com/taxnexus/go-force v1.0.7
2022-05-28 19:45:41 +00:00
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
2022-06-20 15:35:49 +00:00
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
2022-05-28 19:45:41 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2021-07-31 03:05:02 +00:00
)