module go.aporeto.io/manipulate go 1.12 require ( github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 github.com/gofrs/uuid v3.2.0+incompatible github.com/gorilla/websocket v1.4.0 github.com/hashicorp/go-memdb v1.0.3 github.com/mitchellh/copystructure v1.0.0 github.com/opentracing/opentracing-go v1.1.0 go.aporeto.io/elemental v1.55.0 go.aporeto.io/wsc v1.24.1 go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.10.0 gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce )