module github.com/aerogo/aero go 1.12 require ( github.com/OneOfOne/xxhash v1.2.5 github.com/aerogo/csp v0.1.0 github.com/aerogo/http v0.1.1 github.com/aerogo/linter-performance v0.1.0 github.com/aerogo/session v0.1.1 github.com/aerogo/session-store-memory v0.1.0 github.com/blitzprog/color v1.8.0 github.com/json-iterator/go v1.1.6 github.com/julienschmidt/httprouter v1.2.0 github.com/klauspost/compress v1.4.1 // indirect github.com/klauspost/cpuid v1.2.0 // indirect github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.3.0 github.com/tdewolff/parse v2.3.4+incompatible github.com/tdewolff/test v1.0.0 // indirect github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect )