forked from mantzas/patron
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed fork import path transformation (#1)
Signed-off-by: Sotirios Mantziaris <[email protected]>
- Loading branch information
Showing
9 changed files
with
70 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,29 @@ | ||
module github.com/mantzas/patron | ||
module github.com/thebeatapp/patron | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.16.0 | ||
github.com/Shopify/toxiproxy v2.1.3+incompatible // indirect | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect | ||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/eapache/go-resiliency v1.1.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/google/uuid v1.1.0 | ||
github.com/julienschmidt/httprouter v0.0.0-20180411154501-adbc77eec0d9 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/julienschmidt/httprouter v1.2.0 | ||
github.com/opentracing-contrib/go-stdlib v0.0.0-20180313041242-367231351874 | ||
github.com/opentracing/opentracing-go v0.0.0-20180606204148-bd9c31933947 | ||
github.com/pierrec/lz4 v0.0.0-20171218195038-2fcda4cb7018 // indirect | ||
github.com/pierrec/xxHash v0.1.1 // indirect | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v0.8.0 | ||
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect | ||
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 // indirect | ||
github.com/prometheus/procfs v0.0.0-20180601124529-94663424ae5a // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20180406234716-d932a24a8ccb // indirect | ||
github.com/prometheus/client_golang v0.9.1 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect | ||
github.com/prometheus/common v0.2.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190129233650-316cf8ccfec5 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect | ||
github.com/rs/zerolog v1.5.0 | ||
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/streadway/amqp v0.0.0-20180315184602-8e4aba63da9f | ||
github.com/stretchr/testify v1.2.1 | ||
github.com/uber-go/atomic v1.3.2 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/uber/jaeger-client-go v2.14.0+incompatible | ||
github.com/uber/jaeger-lib v1.5.0 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
gopkg.in/russross/blackfriday.v2 v2.0.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters