mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-08 16:34:29 -04:00
Bumps [github.com/creasty/defaults](https://github.com/creasty/defaults) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/creasty/defaults/releases) - [Commits](https://github.com/creasty/defaults/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: github.com/creasty/defaults dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module github.com/icinga/icingadb
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/creasty/defaults v1.6.0
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/goccy/go-yaml v1.9.5-0.20211015131146-c6bcb8045535
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.5
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/ssgreg/journald v1.0.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/exp v0.0.0-20210514180818-737f94c0881e
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|