Skip to content

Commit

Permalink
fix: update lcc name
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 20, 2022
1 parent 587ca5f commit 690c92b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
- id: lcc
binary: lcc
goos:
- darwin
archives:
Expand Down
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ module lcc
go 1.19

require (
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-resty/resty/v2 v2.7.0
github.com/spf13/cobra v1.6.1
)

require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
)

0 comments on commit 690c92b

Please sign in to comment.