Skip to content

Commit

Permalink
fix: upgraded iago to fix docker client API issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Mar 9, 2024
1 parent 563df90 commit 024f604
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 802 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/mroth/weightedrand v1.0.0
github.com/relab/gorums v0.7.1-0.20220818130557-8533cb369cd6
github.com/relab/iago v0.0.0-20240309180746-a87dd8478958
github.com/relab/iago v0.0.0-20240309193349-5be211223dec
github.com/relab/wrfs v0.0.0-20220416082020-a641cd350078
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand All @@ -26,11 +26,11 @@ require (

require (
git.sr.ht/~sbinet/gg v0.5.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/alexhunt7/ssher v0.0.0-20190216204854-d36569cf7047 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/docker v25.0.4+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
Expand Down Expand Up @@ -60,8 +60,10 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.13.6 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
Expand Down
Loading

0 comments on commit 024f604

Please sign in to comment.