-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathgo.mod
21 lines (19 loc) · 692 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Contrast-Security-OSS/go-test-bench
go 1.16
require (
github.com/gin-contrib/multitemplate v0.0.0-20210428235909-8a2f6dd269a0
github.com/gin-gonic/gin v1.7.4
github.com/go-chi/chi v1.5.4
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.23.3
github.com/go-openapi/spec v0.20.5
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/google/go-cmp v0.5.2
github.com/jessevdk/go-flags v1.5.0
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)