Skip to content

Commit

Permalink
Update deployer version (#16)
Browse files Browse the repository at this point in the history
* Update deployer version

* Run go mod tidy
  • Loading branch information
jdowni000 authored Jun 15, 2023
1 parent 43ed53a commit 142c5df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package podman
import (
"context"
"fmt"
"math/rand"
"sync"

"github.com/docker/docker/api/types/container"
log "go.arcalot.io/log/v2"
"go.flow.arcalot.io/deployer"
args "go.flow.arcalot.io/podmandeployer/internal/argsbuilder"
"go.flow.arcalot.io/podmandeployer/internal/cliwrapper"
"go.flow.arcalot.io/podmandeployer/internal/util"
"math/rand"
"sync"
)

type Connector struct {
Expand Down
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/joho/godotenv v1.4.0
go.arcalot.io/assert v1.3.0
go.arcalot.io/lang v1.0.0
go.flow.arcalot.io/deployer v0.1.1
go.flow.arcalot.io/deployer v0.2.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ go.arcalot.io/lang v1.0.0 h1:mgDaieT4wWdZTnR4V7+/pgYRmzfU7VZZgIzHccuxAbY=
go.arcalot.io/lang v1.0.0/go.mod h1:ALqfYEhAzC2WoGLaycmJoNJd5NmkR7V1PSKp/c5D278=
go.arcalot.io/log/v2 v2.0.0 h1:mbmsWDVBXZNWrDzUh5JLzeGCQ59kTuMFs+pyfJGc1hk=
go.arcalot.io/log/v2 v2.0.0/go.mod h1:1V8jnFIIGwh2CtcGkHNOmy1nCo7LbazQNkUcnKYNMn4=
go.flow.arcalot.io/deployer v0.1.1 h1:kHUcoiIcyLRt0UGYSyewRscjWvGYmSMcMFFiLvOU2so=
go.flow.arcalot.io/deployer v0.1.1/go.mod h1:xVSB+svHVPmX6yTZIU0K4U/pDbs+rezsWa69vYA+E6k=
go.flow.arcalot.io/deployer v0.2.0 h1:CpkCYlB8NfpmELIEPdw3/al8XknCSfD/L2vie2lJBJo=
go.flow.arcalot.io/deployer v0.2.0/go.mod h1:xVSB+svHVPmX6yTZIU0K4U/pDbs+rezsWa69vYA+E6k=
go.flow.arcalot.io/pluginsdk v0.2.0 h1:nPR4Jug9gX2KKLD75RHGf9H+ea4KN3SfLMSBHr8/s/M=
go.flow.arcalot.io/pluginsdk v0.2.0/go.mod h1:7cEk8LSxpZakyfrmKTPbiMhlrZvWtCPYcaI7qfSu8MM=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit 142c5df

Please sign in to comment.