-
Notifications
You must be signed in to change notification settings - Fork 15
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 #117 from heetch/sixstone-004/update-go
Remove go1.15 and add go1.18 and go1.19
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/heetch/avro | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/actgardner/gogen-avro/v10 v10.2.1 | ||
github.com/frankban/quicktest v1.14.0 | ||
github.com/google/uuid v1.3.0 | ||
github.com/kr/pretty v0.3.0 | ||
github.com/linkedin/goavro/v2 v2.11.1 | ||
github.com/rogpeppe/go-internal v1.8.0 | ||
github.com/rogpeppe/go-internal v1.9.0 | ||
gopkg.in/httprequest.v1 v1.2.1 | ||
gopkg.in/retry.v1 v1.0.3 | ||
) |
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