diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
commit | 6696b6fca647cb1fe1ce74e8127090aa61482cab (patch) | |
tree | 75c2028bfcc4d098edf4679aa5dcefcdd45da00f /go.mod | |
parent | Adding debian version 1.1.1-2. (diff) | |
download | icingadb-6696b6fca647cb1fe1ce74e8127090aa61482cab.tar.xz icingadb-6696b6fca647cb1fe1ce74e8127090aa61482cab.zip |
Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,32 +1,32 @@ module github.com/icinga/icingadb -go 1.18 +go 1.22 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.0 - github.com/google/uuid v1.3.0 + github.com/go-sql-driver/mysql v1.8.1 + github.com/goccy/go-yaml v1.11.3 + github.com/google/uuid v1.6.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.17 + github.com/mattn/go-sqlite3 v1.14.22 github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd github.com/pkg/errors v0.9.1 + github.com/redis/go-redis/v9 v9.5.1 github.com/ssgreg/journald v1.0.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/vbauerster/mpb/v6 v6.0.4 - go.uber.org/zap v1.25.0 + go.uber.org/zap v1.27.0 golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d - golang.org/x/sync v0.3.0 + golang.org/x/sync v0.7.0 ) require ( + filippo.io/edwards25519 v1.1.0 // indirect github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/benbjohnson/clock v1.3.0 // indirect - github.com/cespare/xxhash/v2 v2.1.2 // 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/fatih/color v1.13.0 // indirect |