We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6ea41 commit 912c890Copy full SHA for 912c890
.goreleaser.yml
@@ -49,7 +49,7 @@ brews:
49
name: cgit
50
tap:
51
owner: linuxsuren
52
- name: homebrew-cgit
+ name: homebrew-linuxsuren
53
folder: Formula
54
homepage: "https://github.com/linuxsuren/cgit"
55
description: cgit is a tiny tool for Chinese developers.
go.mod
@@ -4,5 +4,7 @@ go 1.15
4
5
require (
6
github.com/magiconair/properties v1.8.4
7
+ github.com/linuxsuren/go-cli-alias v0.0.0-20201206065047-35ce1fe0ce45
8
+ github.com/magiconair/properties v1.8.1
9
github.com/spf13/cobra v1.1.1
10
)
0 commit comments