Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed Jun 5, 2020
1 parent da534c6 commit 821d2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
18 changes: 2 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,12 @@ module github.com/lyft/flytectl
go 1.13

require (
github.com/blend/go-sdk v2.0.0+incompatible // indirect
github.com/coreos/go-oidc v2.1.0+incompatible // indirect
github.com/enghabu/timeline v0.0.0-00010101000000-000000000000
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/golang/protobuf v1.3.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/lyft/flyteidl v0.16.3
github.com/lyft/flytestdlib v0.2.31
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
google.golang.org/genproto v0.0.0-20191223191004-3caeed10a8bf // indirect
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace github.com/gerald1248/timeline => /Users/hamabuelfutuh/src/go/src/github.com/enghabu/timeline
Expand Down
Loading

0 comments on commit 821d2f1

Please sign in to comment.