lib/go.mod

24 lines
751 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-09-07 00:16:25 +00:00
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/errors v0.20.3
2022-05-28 19:45:41 +00:00
github.com/go-openapi/runtime v0.24.1
2022-09-07 00:16:25 +00:00
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
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-09-07 00:16:25 +00:00
github.com/prometheus/client_golang v1.13.0
2022-05-28 19:45:41 +00:00
github.com/rs/cors v1.8.2
2022-09-07 00:16:25 +00:00
github.com/spf13/viper v1.13.0
2021-08-05 19:55:24 +00:00
github.com/taxnexus/go-force v1.0.7
2022-09-07 00:16:25 +00:00
go.mongodb.org/mongo-driver v1.10.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
2022-05-28 19:45:41 +00:00
go.uber.org/multierr v1.8.0 // indirect
2022-09-07 00:16:25 +00:00
go.uber.org/zap v1.23.0
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
2021-07-31 03:05:02 +00:00
)