1
1
module github.com/itrs-group/cordial
2
2
3
- go 1.23.2
3
+ go 1.23.4
4
4
5
5
require (
6
6
github.com/Microsoft/go-winio v0.6.2
@@ -10,11 +10,11 @@ require (
10
10
github.com/aymerick/douceur v0.2.0
11
11
github.com/charmbracelet/glamour v0.8.0
12
12
github.com/clbanning/mxj/v2 v2.7.0
13
- github.com/coreos/go-oidc/v3 v3.11 .0
14
- github.com/docker/docker v27.4 .0+incompatible
13
+ github.com/coreos/go-oidc/v3 v3.12 .0
14
+ github.com/docker/docker v27.5 .0+incompatible
15
15
github.com/fsnotify/fsnotify v1.8.0
16
- github.com/go-co-op/gocron/v2 v2.13.0
17
- github.com/go-ldap/ldap/v3 v3.4.8
16
+ github.com/go-co-op/gocron/v2 v2.14.2
17
+ github.com/go-ldap/ldap/v3 v3.4.10
18
18
github.com/go-mail/mail/v2 v2.3.0
19
19
github.com/go-python/cpy3 v0.2.0
20
20
github.com/google/go-querystring v1.1.0
@@ -25,9 +25,9 @@ require (
25
25
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
26
26
github.com/jcmturner/goidentity/v6 v6.0.1
27
27
github.com/jcmturner/gokrb5/v8 v8.4.4
28
- github.com/jedib0t/go-pretty/v6 v6.6.4
28
+ github.com/jedib0t/go-pretty/v6 v6.6.5
29
29
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
30
- github.com/labstack/echo/v4 v4.13.2
30
+ github.com/labstack/echo/v4 v4.13.3
31
31
github.com/lestrrat-go/strftime v1.1.0
32
32
github.com/mackerelio/go-osstat v0.2.5
33
33
github.com/maja42/goval v1.4.0
@@ -37,34 +37,34 @@ require (
37
37
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
38
38
github.com/pkg/sftp v1.13.7
39
39
github.com/rs/zerolog v1.33.0
40
- github.com/schollz/progressbar/v3 v3.17.1
40
+ github.com/schollz/progressbar/v3 v3.18.0
41
41
github.com/skeema/knownhosts v1.3.0
42
- github.com/spf13/afero v1.11 .0
42
+ github.com/spf13/afero v1.12 .0
43
43
github.com/spf13/cobra v1.8.1
44
44
github.com/spf13/pflag v1.0.5
45
45
github.com/spf13/viper v1.19.0
46
46
github.com/square/certigo v1.16.0
47
47
github.com/thediveo/go-asciitree v1.0.2
48
- github.com/wneessen/go-mail v0.5.2
48
+ github.com/wneessen/go-mail v0.6.1
49
49
github.com/xuri/excelize/v2 v2.9.0
50
- golang.org/x/crypto v0.31 .0
51
- golang.org/x/net v0.32 .0
52
- golang.org/x/oauth2 v0.24 .0
53
- golang.org/x/sys v0.28 .0
54
- golang.org/x/term v0.27 .0
50
+ golang.org/x/crypto v0.32 .0
51
+ golang.org/x/net v0.34 .0
52
+ golang.org/x/oauth2 v0.25 .0
53
+ golang.org/x/sys v0.29 .0
54
+ golang.org/x/term v0.28 .0
55
55
gopkg.in/natefinch/lumberjack.v2 v2.2.1
56
56
gopkg.in/yaml.v3 v3.0.1
57
57
)
58
58
59
59
require (
60
60
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
61
- github.com/PuerkitoBio/goquery v1.10.0 // indirect
62
- github.com/alecthomas/chroma/v2 v2.14 .0 // indirect
63
- github.com/andybalholm/cascadia v1.3.2 // indirect
61
+ github.com/PuerkitoBio/goquery v1.10.1 // indirect
62
+ github.com/alecthomas/chroma/v2 v2.15 .0 // indirect
63
+ github.com/andybalholm/cascadia v1.3.3 // indirect
64
64
github.com/awnumar/memcall v0.4.0 // indirect
65
65
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
66
66
github.com/charmbracelet/lipgloss v1.0.0 // indirect
67
- github.com/charmbracelet/x/ansi v0.6 .0 // indirect
67
+ github.com/charmbracelet/x/ansi v0.7 .0 // indirect
68
68
github.com/containerd/log v0.1.0 // indirect
69
69
github.com/distribution/reference v0.6.0 // indirect
70
70
github.com/dlclark/regexp2 v1.11.4 // indirect
@@ -86,18 +86,18 @@ require (
86
86
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
87
87
github.com/jcmturner/gofork v1.7.6 // indirect
88
88
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
89
- github.com/jonboulle/clockwork v0.4 .0 // indirect
89
+ github.com/jonboulle/clockwork v0.5 .0 // indirect
90
90
github.com/kr/fs v0.1.0 // indirect
91
91
github.com/labstack/gommon v0.4.2 // indirect
92
92
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
93
93
github.com/magiconair/properties v1.8.9 // indirect
94
- github.com/mattn/go-colorable v0.1.13 // indirect
94
+ github.com/mattn/go-colorable v0.1.14 // indirect
95
95
github.com/mattn/go-isatty v0.0.20 // indirect
96
96
github.com/mattn/go-runewidth v0.0.16 // indirect
97
97
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
98
98
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
99
99
github.com/moby/docker-image-spec v1.3.1 // indirect
100
- github.com/moby/term v0.5.0 // indirect
100
+ github.com/moby/term v0.5.2 // indirect
101
101
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
102
102
github.com/morikuni/aec v1.0.0 // indirect
103
103
github.com/muesli/reflow v0.3.0 // indirect
@@ -110,28 +110,28 @@ require (
110
110
github.com/richardlehane/msoleps v1.0.4 // indirect
111
111
github.com/rivo/uniseg v0.4.7 // indirect
112
112
github.com/robfig/cron/v3 v3.0.1 // indirect
113
- github.com/rogpeppe/go-internal v1.13.1 // indirect
114
- github.com/sagikazarmark/locafero v0.6.0 // indirect
113
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
115
114
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
116
115
github.com/sourcegraph/conc v0.3.0 // indirect
117
- github.com/spf13/cast v1.7.0 // indirect
116
+ github.com/spf13/cast v1.7.1 // indirect
118
117
github.com/subosito/gotenv v1.6.0 // indirect
119
118
github.com/valyala/bytebufferpool v1.0.0 // indirect
120
119
github.com/valyala/fasttemplate v1.2.2 // indirect
121
120
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
122
- github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
121
+ github.com/xuri/nfp v0.0.0-20250111060730-82a408b9aa71 // indirect
123
122
github.com/yuin/goldmark v1.7.8 // indirect
124
123
github.com/yuin/goldmark-emoji v1.0.4 // indirect
125
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
126
- go.opentelemetry.io/otel v1.32.0 // indirect
127
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
128
- go.opentelemetry.io/otel/metric v1.32.0 // indirect
129
- go.opentelemetry.io/otel/sdk v1.32.0 // indirect
130
- go.opentelemetry.io/otel/trace v1.32.0 // indirect
124
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
125
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
126
+ go.opentelemetry.io/otel v1.33.0 // indirect
127
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect
128
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
129
+ go.opentelemetry.io/otel/sdk v1.33.0 // indirect
130
+ go.opentelemetry.io/otel/trace v1.33.0 // indirect
131
131
go.uber.org/multierr v1.11.0 // indirect
132
- golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
132
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
133
133
golang.org/x/text v0.21.0 // indirect
134
- golang.org/x/time v0.8 .0 // indirect
134
+ golang.org/x/time v0.9 .0 // indirect
135
135
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
136
136
gopkg.in/ini.v1 v1.67.0 // indirect
137
137
gopkg.in/mail.v2 v2.3.1 // indirect
0 commit comments