module git.jba.io/go/auth require ( github.com/boltdb/bolt v0.0.0-20171120010307-9da317453632 github.com/golang/protobuf v1.2.0 github.com/gorilla/securecookie v1.1.1 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/spf13/cobra v0.0.0-20180228053838-6644d46b81fa github.com/spf13/pflag v1.0.0 // indirect golang.org/x/crypto v0.0.0-20170209233901-453249f01cfe golang.org/x/net v0.0.0-20180824152047-4bcd98cce591 // indirect golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20170308153327-99f16d856c98 // indirect jba.io/go/auth v0.0.0-20180707041403-e80392a6aae7 )