You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
486 B
17 lines
486 B
module git.rinsvent.ru/rinsvent/graceful-shutdown-go
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
git.rinsvent.ru/rinsvent/gol v0.0.0-20240924162406-e64e6eb2a3dc
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tchap/zapext v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|
|
|