Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
fix #63 bingo not work after the not found modules error
Browse files Browse the repository at this point in the history
  • Loading branch information
saibing committed Jan 20, 2019
1 parent 5963059 commit 95ba275
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 180 deletions.
35 changes: 32 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,46 @@
module github.com/saibing/bingo

require (
git.apache.org/thrift.git v0.12.0 // indirect
github.com/Shopify/sarama v1.20.1 // indirect
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.2.0 // indirect
github.com/golang/mock v1.2.0 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
github.com/grpc-ecosystem/grpc-gateway v1.6.4 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/openzipkin/zipkin-go v0.1.5 // indirect
github.com/pierrec/lz4 v2.0.7+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3
github.com/sourcegraph/jsonrpc2 v0.0.0-20180831160525-549eb959f029
golang.org/x/sys v0.0.0-20181212120007-b05ddf57801d // indirect
golang.org/x/tools v0.0.0-20181211221832-59cd96f77e7e
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
go4.org v0.0.0-20181109185143-00e24f1b2599 // indirect
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c // indirect
golang.org/x/sys v0.0.0-20190115152922-a457fd036447 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b
google.golang.org/api v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f // indirect
google.golang.org/grpc v1.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
)

replace golang.org/x/tools v0.0.0-20181211221832-59cd96f77e7e => github.com/saibing/tools v1.6.6
replace golang.org/x/tools => github.com/saibing/tools v1.6.7
Loading

0 comments on commit 95ba275

Please sign in to comment.