Skip to content

Commit

Permalink
Update goenv
Browse files Browse the repository at this point in the history
  • Loading branch information
arbarlow committed Oct 19, 2019
1 parent 2c10b36 commit 57b20db
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 33 deletions.
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
module github.com/lileio/lile/v2

require (
github.com/beorn7/perks v1.0.0 // indirect
github.com/fatih/color v1.7.0
github.com/gofrs/uuid v3.1.0+incompatible
github.com/golang/protobuf v1.3.2
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lileio/fromenv v1.3.0
github.com/lileio/lile v0.0.0-20190923215044-149adffdc7ae
github.com/lileio/fromenv v1.4.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/natefinch/npipe v0.0.0-20160621034901-c1b8fa8bdcce
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.4.0 // indirect
github.com/rakyll/statik v0.1.7-0.20190731211841-925a23bda946
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
github.com/xtgo/set v1.0.0
google.golang.org/grpc v1.19.0
google.golang.org/api v0.11.0 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)

Expand Down
Loading

0 comments on commit 57b20db

Please sign in to comment.