Skip to content

Commit 82e9ec0

Browse files
committedFeb 18, 2024
Bump go.mod dependencies
1 parent dccccb6 commit 82e9ec0

File tree

2 files changed

+52
-2929
lines changed

2 files changed

+52
-2929
lines changed
 

‎go.mod

+34-12
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,52 @@
11
module github.com/mcuadros/ofelia
22

3-
go 1.11
3+
go 1.21
4+
5+
toolchain go1.21.7
46

57
require (
6-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
78
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
89
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
9-
github.com/containerd/containerd v1.7.12 // indirect
10-
github.com/docker/docker v25.0.1+incompatible
11-
github.com/docker/go-connections v0.5.0 // indirect
12-
github.com/fsouza/go-dockerclient v1.10.1
10+
github.com/docker/docker v25.0.3+incompatible
11+
github.com/fsouza/go-dockerclient v1.10.2
1312
github.com/gobs/args v0.0.0-20210311043657-b8c0b223be93
1413
github.com/jessevdk/go-flags v1.5.0
15-
github.com/klauspost/compress v1.17.5 // indirect
1614
github.com/mcuadros/go-defaults v1.2.0
1715
github.com/mitchellh/mapstructure v1.5.0
18-
github.com/moby/term v0.5.0 // indirect
1916
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
20-
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
2117
github.com/robfig/cron v1.2.0
22-
github.com/rogpeppe/go-internal v1.12.0 // indirect
23-
golang.org/x/tools v0.17.0 // indirect
24-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
2518
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2619
gopkg.in/gcfg.v1 v1.2.3
2720
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
21+
)
22+
23+
require (
24+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
25+
github.com/Microsoft/go-winio v0.6.1 // indirect
26+
github.com/containerd/containerd v1.7.13 // indirect
27+
github.com/containerd/log v0.1.0 // indirect
28+
github.com/docker/go-connections v0.5.0 // indirect
29+
github.com/docker/go-units v0.5.0 // indirect
30+
github.com/gogo/protobuf v1.3.2 // indirect
31+
github.com/gorilla/mux v1.8.1 // indirect
32+
github.com/klauspost/compress v1.17.6 // indirect
33+
github.com/kr/pretty v0.3.1 // indirect
34+
github.com/kr/text v0.2.0 // indirect
35+
github.com/moby/patternmatcher v0.6.0 // indirect
36+
github.com/moby/sys/sequential v0.5.0 // indirect
37+
github.com/moby/sys/user v0.1.0 // indirect
38+
github.com/moby/term v0.5.0 // indirect
39+
github.com/morikuni/aec v1.0.0 // indirect
40+
github.com/opencontainers/go-digest v1.0.0 // indirect
41+
github.com/opencontainers/image-spec v1.1.0 // indirect
42+
github.com/pkg/errors v0.9.1 // indirect
43+
github.com/rogpeppe/go-internal v1.12.0 // indirect
44+
github.com/sirupsen/logrus v1.9.3 // indirect
45+
golang.org/x/mod v0.15.0 // indirect
46+
golang.org/x/sys v0.17.0 // indirect
47+
golang.org/x/term v0.17.0 // indirect
48+
golang.org/x/tools v0.18.0 // indirect
49+
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
2850
gopkg.in/warnings.v0 v0.1.2 // indirect
2951
gotest.tools/v3 v3.5.1 // indirect
3052
)

0 commit comments

Comments
 (0)