mirror of
https://github.com/Icinga/icingadb.git
synced 2026-04-29 18:19:58 -04:00
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.17 to 1.14.18. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.17...v1.14.18) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
Modula-2
module github.com/icinga/icingadb
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/creasty/defaults v1.7.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/goccy/go-yaml v1.11.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.18
|
|
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.8.4
|
|
github.com/vbauerster/mpb/v6 v6.0.4
|
|
go.uber.org/zap v1.26.0
|
|
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
|
|
golang.org/x/sync v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // 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.13.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|