-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reconnect test for environment with 1 cpu (#29)
* Added go mod. * Set os in travis config. * Updated wabbit version to fixed. * Fix reconnect tests for environments with 1 cpu. * Fix travis config for old go versions.
- Loading branch information
Showing
4 changed files
with
91 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module github.com/cheshir/go-mq | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/NeowayLabs/wabbit v0.0.0-20200409220312-12e68ab5b0c6 | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71 | ||
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 | ||
) |
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
Oops, something went wrong.