2023-03-31 09:08:22 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/zapjournald
|
|
|
|
|
|
|
|
go 1.19
|
2023-04-04 13:47:59 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ssgreg/journald v1.0.0
|
2023-04-14 08:00:07 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2023-04-04 13:47:59 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-04-14 08:00:07 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-04-04 13:47:59 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2023-04-14 08:00:07 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-04-04 13:47:59 +00:00
|
|
|
)
|