Skip to content

Commit

Permalink
Using OCaml SDK version 0.1.0 (#3)
Browse files Browse the repository at this point in the history
* updated go.mod to use version 0.1.0 of go-sdk

Signed-off-by: gabrik <[email protected]>

* updated go.mod and go.sum

Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik authored Feb 24, 2020
1 parent 3d2bfd5 commit fe5dbce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module fog05

go 1.13

require github.com/eclipse-fog05/sdk-go v0.0.0-20191216091715-c63fb15237cb // indirect
require (
github.com/atolab/yaks-go v0.3.0
github.com/eclipse-fog05/sdk-go v0.1.0
github.com/google/uuid v1.1.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/eclipse-fog05/sdk-go v0.0.0-20191216091715-c63fb15237cb h1:XFRnAalRyVRqJzIn3vEMi1wLZzGTwGUcYow5VhftR5I=
github.com/eclipse-fog05/sdk-go v0.0.0-20191216091715-c63fb15237cb/go.mod h1:UPQANX/4L5xMOeniR2rkKZ5ARMRrN8P/F+ixl7xFrHQ=
github.com/eclipse-fog05/sdk-go v0.1.0 h1:RjzXR4rmdZzSWaU3WtlzTZkylmkjWGOuw1pVTARIVUs=
github.com/eclipse-fog05/sdk-go v0.1.0/go.mod h1:UPQANX/4L5xMOeniR2rkKZ5ARMRrN8P/F+ixl7xFrHQ=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down

0 comments on commit fe5dbce

Please sign in to comment.