File tree Expand file tree Collapse file tree 4 files changed +3
-196
lines changed Expand file tree Collapse file tree 4 files changed +3
-196
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
args : release
24
24
env :
25
- GITHUB_TOKEN : ${{secrets.GITHUB_CUSTOM }}
25
+ GITHUB_TOKEN : ${{secrets.REPOTOKEN }}
Original file line number Diff line number Diff line change 1
- 0.9.10
1
+ 0.9.11
Original file line number Diff line number Diff line change 1
1
module github.com/hornpolish/ky
2
2
3
- go 1.12
3
+ go 1.16
4
4
5
5
require (
6
- github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
7
- github.com/coreos/go-etcd v2.0.0+incompatible // indirect
8
- github.com/cpuguy83/go-md2man v1.0.10 // indirect
9
- github.com/kr/pretty v0.2.1 // indirect
10
6
github.com/kylelemons/godebug v1.1.0
11
7
github.com/logrusorgru/aurora v2.0.3+incompatible
12
8
github.com/mattn/go-isatty v0.0.12
13
9
github.com/spf13/cobra v1.1.3
14
10
github.com/udhos/equalfile v0.3.0
15
- github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
16
- github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
17
11
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
18
12
gopkg.in/yaml.v2 v2.4.0
19
13
)
You can’t perform that action at this time.
0 commit comments