2023-07-02 01:44:13 +00:00
|
|
|
module go.ntppool.org/common
|
|
|
|
|
2023-10-12 05:03:38 +00:00
|
|
|
go 1.21.3
|
2023-07-02 02:57:36 +00:00
|
|
|
|
2023-07-03 06:06:13 +00:00
|
|
|
require (
|
|
|
|
github.com/abh/certman v0.4.0
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/oklog/ulid/v2 v2.1.0
|
2023-10-12 05:03:38 +00:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
|
|
|
github.com/segmentio/kafka-go v0.4.43
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2023-10-12 05:03:38 +00:00
|
|
|
golang.org/x/mod v0.13.0
|
|
|
|
golang.org/x/sync v0.4.0
|
2023-07-03 06:06:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-07-08 18:45:01 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2023-07-08 18:45:01 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-10-12 05:03:38 +00:00
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
2023-07-08 18:45:01 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.18 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-10-12 05:03:38 +00:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
2023-07-08 18:45:01 +00:00
|
|
|
github.com/prometheus/common v0.44.0 // indirect
|
2023-10-12 05:03:38 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2023-10-12 05:03:38 +00:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2023-07-08 18:45:01 +00:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
)
|