forked from eldeal/skills
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 729 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/cadmiumcat/books-api
go 1.15
require (
github.com/ONSdigital/dp-healthcheck v1.0.5
github.com/ONSdigital/dp-mongodb v1.5.0
github.com/ONSdigital/dp-net v1.0.11
github.com/ONSdigital/log.go v1.0.1
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
)