-
Notifications
You must be signed in to change notification settings - Fork 2
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 #37 from calyptia/unquote
Fix quotes for configuration options
- Loading branch information
Showing
20 changed files
with
2,639 additions
and
217 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
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,12 +1,14 @@ | ||
module github.com/fluent/fluent-bit-go/examples/gdummy | ||
|
||
go 1.17 | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
require github.com/calyptia/plugin v0.1.6 | ||
|
||
require ( | ||
github.com/calyptia/cmetrics-go v0.1.7 // indirect | ||
github.com/ugorji/go/codec v1.2.7 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
) | ||
|
||
replace github.com/calyptia/plugin => ../.. |
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
Oops, something went wrong.