module go.amzn.com go 1.18 require ( github.com/aws/aws-lambda-go v1.20.0 github.com/fsnotify/fsnotify v1.6.0 github.com/go-chi/chi v4.1.2+incompatible github.com/go-chi/render v1.0.1 github.com/google/uuid v1.1.2 github.com/jessevdk/go-flags v1.4.0 github.com/miekg/dns v1.1.50 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.6.1 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.1.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.1.0 // indirect golang.org/x/mod v0.4.2 // indirect golang.org/x/net v0.1.0 // indirect golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )