Skip to content

Commit 07787b5

Browse files
committed
Update EVE API to latest
Signed-off-by: eriknordmark <[email protected]>
1 parent 0a459df commit 07787b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/lf-edge/adam v0.0.0-20201209042112-7d1fa049e66b
3939
github.com/lf-edge/eden/eserver v0.0.0-20201210161141-8551a3b0751b
4040
github.com/lf-edge/edge-containers v0.0.0-20201111200732-5491ea93dbe4
41-
github.com/lf-edge/eve/api/go v0.0.0-20210211140602-4ce4d3187bb9
41+
github.com/lf-edge/eve/api/go v0.0.0-20210219053903-a52e3a1e37f9
4242
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
4343
github.com/mcuadros/go-lookup v0.0.0-20200831155250-80f87a4fa5ee
4444
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ github.com/lf-edge/eve/api/go v0.0.0-20210128112727-417721637d65 h1:9qDT/QDJU/wO
497497
github.com/lf-edge/eve/api/go v0.0.0-20210128112727-417721637d65/go.mod h1:DuAv0PyTTzmd3n25iHJ/Hx2SrbON4hf3I0oXfnUH4d8=
498498
github.com/lf-edge/eve/api/go v0.0.0-20210211140602-4ce4d3187bb9 h1:3hGI2gaC9W24E8y37j6Cj7fKKHDxJ1SqL690+MsEC+A=
499499
github.com/lf-edge/eve/api/go v0.0.0-20210211140602-4ce4d3187bb9/go.mod h1:DuAv0PyTTzmd3n25iHJ/Hx2SrbON4hf3I0oXfnUH4d8=
500+
github.com/lf-edge/eve/api/go v0.0.0-20210219053903-a52e3a1e37f9 h1:81+YS5FLSbmXG3KpoTa835HDN40Qqa/90dcnYmB44j0=
501+
github.com/lf-edge/eve/api/go v0.0.0-20210219053903-a52e3a1e37f9/go.mod h1:DuAv0PyTTzmd3n25iHJ/Hx2SrbON4hf3I0oXfnUH4d8=
500502
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
501503
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
502504
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 h1:EnfXoSqDfSNJv0VBNqY/88RNnhSGYkrHaO0mmFGbVsc=

0 commit comments

Comments
 (0)