Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit dca97e5

Browse files
authored
Merge pull request #67 from Icinga/icingadb-v1.2.0
entrypoint: update to Icinga DB v1.2.0
2 parents 506466c + 15be51c commit dca97e5

File tree

3 files changed

+88
-212
lines changed

3 files changed

+88
-212
lines changed

entrypoint/go.mod

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
module entrypoint
22

3-
go 1.14
3+
go 1.22
44

55
require (
66
github.com/Icinga/go-libs v0.0.0-20220420130327-ef58ad52edd8
7-
github.com/google/go-cmp v0.5.6 // indirect
8-
github.com/icinga/icingadb v1.0.0
9-
go.uber.org/zap v1.22.0
7+
github.com/icinga/icingadb v1.2.0
8+
go.uber.org/zap v1.27.0
9+
)
10+
11+
require (
12+
filippo.io/edwards25519 v1.1.0 // indirect
13+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
14+
github.com/creasty/defaults v1.7.0 // indirect
15+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
16+
github.com/fatih/color v1.13.0 // indirect
17+
github.com/go-sql-driver/mysql v1.8.1 // indirect
18+
github.com/goccy/go-yaml v1.11.3 // indirect
19+
github.com/google/uuid v1.6.0 // indirect
20+
github.com/jessevdk/go-flags v1.5.0 // indirect
21+
github.com/jmoiron/sqlx v1.3.5 // indirect
22+
github.com/lib/pq v1.10.9 // indirect
23+
github.com/mattn/go-colorable v0.1.13 // indirect
24+
github.com/mattn/go-isatty v0.0.16 // indirect
25+
github.com/pkg/errors v0.9.1 // indirect
26+
github.com/redis/go-redis/v9 v9.5.1 // indirect
27+
github.com/ssgreg/journald v1.0.0 // indirect
28+
go.uber.org/multierr v1.10.0 // indirect
29+
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
30+
golang.org/x/sync v0.7.0 // indirect
31+
golang.org/x/sys v0.6.0 // indirect
32+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
1033
)

0 commit comments

Comments
 (0)