This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bou.ke/monkey v1.0.1 -> v1.0.2 - github.com/pkg/errors v0.8.1 -> v0.9.1 - github.com/prometheus/client_golang v1.2.1 -> v1.3.0 - github.com/spf13/viper v1.6.0 -> v1.6.2 - google.golang.org/grpc v1.25.1 -> v1.26.0
- Loading branch information
1 parent
983757e
commit 6f02fa0
Showing
2 changed files
with
35 additions
and
38 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,20 +1,20 @@ | ||
module github.com/im-kulikov/helium | ||
|
||
go 1.11 | ||
go 1.13 | ||
|
||
require ( | ||
bou.ke/monkey v1.0.1 | ||
bou.ke/monkey v1.0.2 | ||
github.com/chapsuk/worker v1.0.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v1.2.1 | ||
github.com/spf13/viper v1.6.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.3.0 | ||
github.com/spf13/viper v1.6.2 | ||
github.com/stretchr/testify v1.4.0 | ||
go.uber.org/atomic v1.5.1 | ||
go.uber.org/dig v1.8.0 | ||
go.uber.org/zap v1.13.0 | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 | ||
google.golang.org/grpc v1.25.1 | ||
google.golang.org/grpc v1.26.0 | ||
) | ||
|
||
// Blocked in Russia | ||
replace bou.ke/monkey v1.0.1 => github.com/bouk/monkey v1.0.1 | ||
replace bou.ke/monkey v1.0.2 => github.com/bouk/monkey v1.0.2 |
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