-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-nsq v1.1.0 go-diskqueue v1.1.0 golang/snappy v0.0.4 BurntSushi/toml v0.4.1
- Loading branch information
Showing
2 changed files
with
16 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
module github.com/nsqio/nsq | ||
|
||
go 1.17 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/BurntSushi/toml v0.4.1 | ||
github.com/bitly/go-hostpool v0.1.0 | ||
github.com/bitly/timer_metrics v1.0.0 | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/snappy v0.0.1 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/judwhite/go-svc v1.2.1 | ||
github.com/julienschmidt/httprouter v1.3.0 | ||
github.com/mreiferson/go-options v1.0.0 | ||
github.com/nsqio/go-diskqueue v1.0.0 | ||
github.com/nsqio/go-nsq v1.0.8 | ||
github.com/nsqio/go-diskqueue v1.1.0 | ||
github.com/nsqio/go-nsq v1.1.0 | ||
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect | ||
) | ||
|
||
require golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect | ||
|
||
replace github.com/judwhite/go-svc => github.com/mreiferson/go-svc v1.2.2-0.20210815184239-7a96e00010f6 |
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