Skip to content

Commit

Permalink
chore: update to core version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oclaussen committed Oct 25, 2021
1 parent 1873f9b commit 08f2ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/docker/docker v20.10.2+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/dodo-cli/dodo-core v0.1.1-0.20211021161658-f146cd6923e9
github.com/dodo-cli/dodo-core v0.2.0
github.com/gorilla/mux v1.7.4 // indirect
github.com/hashicorp/go-hclog v0.15.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 h1:UhxFibDNY/bfvqU
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7/go.mod h1:cyGadeNEkKy96OOhEzfZl+yxihPEzKnqJwvfuSUqbZE=
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/dodo-cli/dodo-core v0.1.1-0.20211021161658-f146cd6923e9 h1:xQTpbnSyQGjj+tJFIkHrqNT6XGDX3HY/a4inBet7WBk=
github.com/dodo-cli/dodo-core v0.1.1-0.20211021161658-f146cd6923e9/go.mod h1:oJwQ515hoxo6H+m7RcVVeWo/qc/b7ilGesNdo8fLoDw=
github.com/dodo-cli/dodo-core v0.2.0 h1:GS3+e4cPnuZE33iohLDoR8krAypqSIj24EeFwcrU94Q=
github.com/dodo-cli/dodo-core v0.2.0/go.mod h1:oJwQ515hoxo6H+m7RcVVeWo/qc/b7ilGesNdo8fLoDw=
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
Expand Down

0 comments on commit 08f2ee8

Please sign in to comment.