Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Update to godsfapi 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilriker committed May 18, 2020
1 parent 044af66 commit d4cdb6c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cmd/eom/execonmcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"log"
"os"

"github.com/Duet3D/DSF-APIs/godsfapi/v2/connection"
"github.com/Duet3D/DSF-APIs/godsfapi/v3/connection"
"github.com/wilriker/execonmcode"
)

const (
version = "5.0"
version = "5.1"
)

type settings struct {
Expand Down
8 changes: 4 additions & 4 deletions executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"os/exec"
"strings"

"github.com/Duet3D/DSF-APIs/godsfapi/v2/commands"
"github.com/Duet3D/DSF-APIs/godsfapi/v2/connection"
"github.com/Duet3D/DSF-APIs/godsfapi/v2/connection/initmessages"
"github.com/Duet3D/DSF-APIs/godsfapi/v2/machine/messages"
"github.com/Duet3D/DSF-APIs/godsfapi/v3/commands"
"github.com/Duet3D/DSF-APIs/godsfapi/v3/connection"
"github.com/Duet3D/DSF-APIs/godsfapi/v3/connection/initmessages"
"github.com/Duet3D/DSF-APIs/godsfapi/v3/machine/messages"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/wilriker/execonmcode

go 1.14

require github.com/Duet3D/DSF-APIs/godsfapi/v2 v2.1.0
require github.com/Duet3D/DSF-APIs/godsfapi/v3 v3.1.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ github.com/Duet3D/DSF-APIs/godsfapi/v2 v2.0.0-20200422123133-670706fea346 h1:wC9
github.com/Duet3D/DSF-APIs/godsfapi/v2 v2.0.0-20200422123133-670706fea346/go.mod h1:4MbBdIOM6SlzCSvtSjpeAj2S62ANmW0fFHeOk8SpjXw=
github.com/Duet3D/DSF-APIs/godsfapi/v2 v2.1.0 h1:MyOKBEE8lpo4pEZtJ4BGgmxH7wttNwfVm50+n0J3SIY=
github.com/Duet3D/DSF-APIs/godsfapi/v2 v2.1.0/go.mod h1:4MbBdIOM6SlzCSvtSjpeAj2S62ANmW0fFHeOk8SpjXw=
github.com/Duet3D/DSF-APIs/godsfapi/v3 v3.1.0 h1:ojUWUmb86wr81dW5sm2G+nZGKHuSEwRsS7vcQlF7Rm4=
github.com/Duet3D/DSF-APIs/godsfapi/v3 v3.1.0/go.mod h1:R1SMeSqiCrj6WuTA0HPjFawfZDtzx0eJToOkCU/8zSk=
github.com/mitchellh/mapstructure v1.2.2 h1:dxe5oCinTXiTIcfgmZecdCzPmAJKd46KsCWc35r0TV4=
github.com/mitchellh/mapstructure v1.2.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=

0 comments on commit d4cdb6c

Please sign in to comment.