module go.aporeto.io/gaia go 1.13 // Aporeto require go.aporeto.io/elemental v1.100.1 require ( github.com/blang/semver v3.5.1+incompatible github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect github.com/mitchellh/copystructure v1.0.0 github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/smartystreets/assertions v1.0.0 // indirect github.com/smartystreets/goconvey v1.6.4 github.com/yl2chen/cidranger v1.0.2 gopkg.in/yaml.v2 v2.3.0 )