module github.com/cloudfoundry-community/go-uaa require ( github.com/fatih/color v1.7.0 github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/golang/protobuf v1.1.0 // indirect github.com/hpcloud/tail v1.0.0 // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.3 // indirect github.com/onsi/ginkgo v1.6.0 // indirect github.com/onsi/gomega v1.4.1 github.com/pkg/errors v0.8.0 github.com/sclevine/spec v1.0.0 golang.org/x/net v0.0.0-20180724234803-3673e40ba225 golang.org/x/oauth2 v0.0.0-20180724155351-3d292e4d0cdc golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180724212812-e072cadbbdc8 // indirect golang.org/x/text v0.3.0 // indirect google.golang.org/appengine v1.1.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect )