Skip to content

Commit

Permalink
Bump go.mod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Feb 18, 2024
1 parent 551fac8 commit fe13b82
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2,929 deletions.
46 changes: 34 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,30 +1,52 @@
module github.com/mcuadros/ofelia

go 1.11
go 1.21

toolchain go1.21.7

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
github.com/containerd/containerd v1.7.12 // indirect
github.com/docker/docker v25.0.1+incompatible
github.com/docker/go-connections v0.5.0 // indirect
github.com/fsouza/go-dockerclient v1.10.1
github.com/docker/docker v25.0.3+incompatible
github.com/fsouza/go-dockerclient v1.10.2
github.com/gobs/args v0.0.0-20210311043657-b8c0b223be93
github.com/jessevdk/go-flags v1.5.0
github.com/klauspost/compress v1.17.5 // indirect
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/moby/term v0.5.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
github.com/robfig/cron v1.2.0
github.com/rogpeppe/go-internal v1.12.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/containerd/containerd v1.7.13 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/user v0.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gotest.tools/v3 v3.5.1 // indirect
)
Loading

0 comments on commit fe13b82

Please sign in to comment.