-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
93 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,42 @@ | ||
module github.com/ONSdigital/dp-observation-api | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/ONSdigital/dp-api-clients-go/v2 v2.1.14 | ||
github.com/ONSdigital/dp-api-clients-go/v2 v2.212.0 | ||
github.com/ONSdigital/dp-authorisation v0.2.0 | ||
github.com/ONSdigital/dp-graph/v2 v2.13.1 | ||
github.com/ONSdigital/dp-healthcheck v1.1.0 | ||
github.com/ONSdigital/dp-net v1.2.0 | ||
github.com/ONSdigital/go-ns v0.0.0-20210410105122-6d6a140e952e // indirect | ||
github.com/ONSdigital/log.go/v2 v2.0.9 | ||
github.com/ONSdigital/dp-healthcheck v1.5.0 | ||
github.com/ONSdigital/dp-net v1.5.0 | ||
github.com/ONSdigital/log.go/v2 v2.3.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
golang.org/x/text v0.3.7 // indirect | ||
github.com/smartystreets/goconvey v1.7.2 | ||
) | ||
|
||
require ( | ||
github.com/ONSdigital/dp-api-clients-go v1.43.0 // indirect | ||
github.com/ONSdigital/dp-net/v2 v2.6.0 // indirect | ||
github.com/ONSdigital/dp-rchttp v1.0.0 // indirect | ||
github.com/ONSdigital/go-ns v0.0.0-20210410105122-6d6a140e952e // indirect | ||
github.com/ONSdigital/golang-neo4j-bolt-driver v0.0.0-20210408132126-c2323ff08bf1 // indirect | ||
github.com/ONSdigital/graphson v0.2.0 // indirect | ||
github.com/ONSdigital/gremgo-neptune v1.0.2 // indirect | ||
github.com/ONSdigital/log.go v1.1.0 // indirect | ||
github.com/aws/aws-sdk-go v1.44.76 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/gopherjs/gopherjs v1.17.2 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/justinas/alice v1.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect | ||
github.com/smartystreets/assertions v1.13.0 // indirect | ||
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect | ||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters