lib/go.mod

14 lines
363 B
Modula-2

module code.tnxs.net/vernonkeenan/lib
go 1.15
require (
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/runtime v0.19.26
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/google/go-cmp v0.4.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
)