Skip to content

Commit

Permalink
refactor(命令): 使用goexl/args代替goexl/gox/args
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Apr 25, 2024
1 parent 691ea44 commit ba5e6ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
module github.com/dronestock/drone

go 1.21
go 1.22

require (
github.com/drone/envsubst v1.0.3
github.com/expr-lang/expr v1.16.5
github.com/go-resty/resty/v2 v2.12.0
github.com/goexl/args v0.0.1
github.com/goexl/env v0.0.2
github.com/goexl/exception v0.0.1
github.com/goexl/gex v0.3.2
github.com/goexl/gox v0.4.3
github.com/goexl/gex v0.3.3
github.com/goexl/gox v0.4.4
github.com/goexl/http v0.1.9
github.com/goexl/log v0.0.7
github.com/goexl/mengpo v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion internal/cleanup/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"

"github.com/dronestock/drone/internal/cleanup/internal/work"
"github.com/goexl/args"
"github.com/goexl/gex"
"github.com/goexl/gox/args"
)

type Command struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/plugin/bootstrap_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"runtime"
"strings"

"github.com/goexl/gox/args"
"github.com/goexl/args"
"github.com/goexl/gox/field"
)

Expand Down

0 comments on commit ba5e6ca

Please sign in to comment.