-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 799 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/nshumoogum/fantasy-football
// +heroku goVersion go1.19
go 1.19
require (
github.com/ONSdigital/go-ns v0.0.0-20191104121206-f144c4ec2e58
github.com/ONSdigital/log.go v1.0.1
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
)
require (
github.com/ONSdigital/dp-net v1.0.5-0.20200805150805-cac050646ab5 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
)