Skip to content

Commit

Permalink
chore(sdk): fix izanami dep sha1 (#4538)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <[email protected]>
  • Loading branch information
yesnault authored and richardlt committed Aug 20, 2019
1 parent d02656a commit 898e154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ require (
github.com/opencontainers/selinux v1.0.0-rc1 // indirect
github.com/ory-am/common v0.4.0 // indirect
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25
github.com/ovh/cds/sdk/izanami v0.0.0-00010101000000-000000000000
github.com/ovh/cds/sdk/izanami v0.0.0-20190703101657-683453b50b2a
github.com/ovh/go-ovh v0.0.0-20171219162654-02f7e9439689 // indirect
github.com/ovh/venom v0.25.0
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ github.com/opencontainers/runc/libcontainer/devices
github.com/opencontainers/runtime-spec/specs-go
# github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 => ./sdk/interpolate
github.com/ovh/cds/sdk/interpolate
# github.com/ovh/cds/sdk/izanami v0.0.0-00010101000000-000000000000 => ./sdk/izanami
# github.com/ovh/cds/sdk/izanami v0.0.0-20190703101657-683453b50b2a => ./sdk/izanami
github.com/ovh/cds/sdk/izanami
# github.com/ovh/go-ovh v0.0.0-20171219162654-02f7e9439689
github.com/ovh/go-ovh/ovh
Expand Down

0 comments on commit 898e154

Please sign in to comment.