-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 824 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
24
25
26
27
module github.com/JSainsburyPLC/g8
go 1.19
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/aws/aws-lambda-go v1.41.0
github.com/go-chi/chi/v5 v5.0.10
github.com/google/uuid v1.3.1
github.com/jfallis/lambda-proxy-http-adapter v0.4.0
github.com/newrelic/go-agent v3.25.1+incompatible
github.com/rotisserie/eris v0.5.4
github.com/rs/zerolog v1.30.0
github.com/steinfletcher/apitest v1.4.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/PaesslerAG/gval v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/reverse v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)