-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
27 lines (24 loc) · 993 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/philips-software/fluent-bit-out-hsdp
go 1.18
require (
github.com/fluent/fluent-bit-go v0.0.0-20220311094233-780004bf5562
github.com/google/uuid v1.6.0
github.com/influxdata/go-syslog/v2 v2.0.1
github.com/philips-software/go-hsdp-api v0.88.0
)
require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.23.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/philips-software/go-nih-signer v1.5.0 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)