Skip to content

Commit 18c27ee

Browse files
committed
chore(go): bump go mod
1 parent d39e6c7 commit 18c27ee

3 files changed

Lines changed: 300 additions & 79 deletions

File tree

cmd/builds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"io/ioutil"
55
"os"
66

7-
yaml "gopkg.in/yaml.v3"
7+
yaml "gopkg.in/yaml.v2"
88

99
"github.com/drycc/controller-sdk-go/builds"
1010
)

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
module github.com/drycc/workflow-cli
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
77
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
8-
github.com/drycc/controller-sdk-go v0.0.0-20210730033940-19fd0982c928
9-
github.com/drycc/pkg v0.0.0-20200811173146-1f2b2781a852
10-
github.com/olekukonko/tablewriter v0.0.4
11-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
8+
github.com/drycc/controller-sdk-go v0.0.0-20210805062837-2a7a960603e6
9+
github.com/drycc/pkg v0.0.0-20210805062602-f69851d7b6af
10+
github.com/olekukonko/tablewriter v0.0.5
11+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
12+
gopkg.in/yaml.v2 v2.4.0
1213
)

0 commit comments

Comments
 (0)