mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.11.3 to 1.12.0. - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-yaml/compare/v1.11.3...v1.12.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.8 KiB
Modula-2
46 lines
1.8 KiB
Modula-2
module github.com/icinga/icingadb/tests
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/goccy/go-yaml v1.12.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/icinga/icinga-testing v0.0.0-20240322142451-494ccd6d03e8
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/exp v0.0.0-20221012112151-59b0eab1532e
|
|
golang.org/x/sync v0.7.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/Icinga/go-libs v0.0.0-20220420130327-ef58ad52edd8 // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
github.com/docker/docker v24.0.9+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/tools v0.16.1 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|