-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update lts plugins schema (#92)
* update lts plugins schema * update dependencies
- Loading branch information
1 parent
1edf46e
commit 803cb80
Showing
4 changed files
with
297 additions
and
19 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/calyptia/go-fluentbit-config/v2 | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/alecthomas/assert/v2 v2.3.0 | ||
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df | ||
github.com/alecthomas/assert/v2 v2.9.0 | ||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/repr v0.2.0 // indirect | ||
github.com/alecthomas/repr v0.4.0 // indirect | ||
github.com/hexops/gotextdiff v1.0.3 // 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
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