Skip to content

Commit

Permalink
Merge pull request #105 from bgokden/develop
Browse files Browse the repository at this point in the history
Use install comment
  • Loading branch information
bgokden authored May 5, 2023
2 parents 960d6f8 + 350a947 commit 9d6f326
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: ./semver_version.sh -l go -f "./semver/version.go" -o none
- run: sudo apt-get update && sudo apt-get install -y git bash curl build-essential
- run: ./build.sh local
- run: go get -u github.com/tcnksm/ghr
- run: go install github.com/tcnksm/ghr
- run: mkdir -p ./artifacts
- run: cp ./bin/* ./artifacts
- run: git config user.email "${GITHUB_EMAIL}"
Expand Down
12 changes: 9 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ require (
github.com/bgokden/go-cache v2.1.1+incompatible
github.com/chewxy/math32 v1.0.8
github.com/goburrow/cache v0.1.3
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.2
github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tcnksm/ghr v0.16.0 // indirect
github.com/tidwall/gjson v1.9.3
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.30.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading

0 comments on commit 9d6f326

Please sign in to comment.