-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from sbezverk/dep_update_11_11_2021
bump up dependencies
- Loading branch information
Showing
2 changed files
with
11 additions
and
41 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,13 +1,9 @@ | ||
module github.com/sbezverk/gobmp | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.27.0 | ||
github.com/arangodb/go-driver v0.0.0-20200403100147-ca5dd87ffe93 | ||
github.com/go-test/deep v1.0.6 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/segmentio/kafka-go v0.4.2 | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
) |
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