Skip to content

Commit 13ff7bc

Browse files
committed
Updated Makefile
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 345755f commit 13ff7bc

File tree

552 files changed

+4132
-381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+4132
-381
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build:
22
main: cmd/tunnel/main.go
3-
binary: tunnel
43
goos:
54
- darwin
65
- linux

Gopkg.lock

100644100755
Lines changed: 41 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

100644100755
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
# unused-packages = true
2626

2727

28+
[[constraint]]
29+
name = "github.com/labstack/gommon"
30+
version = "0.2.4"
31+
2832
[[constraint]]
2933
branch = "master"
3034
name = "github.com/mitchellh/go-homedir"
@@ -37,10 +41,10 @@
3741
name = "github.com/spf13/viper"
3842
version = "1.0.2"
3943

40-
[prune]
41-
go-tests = true
42-
unused-packages = true
43-
4444
[[constraint]]
4545
branch = "master"
4646
name = "golang.org/x/crypto"
47+
48+
[prune]
49+
go-tests = true
50+
unused-packages = true

LICENSE

100644100755
File mode changed.

Makefile

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VERSION = 0.1.2
1+
VERSION = 0.1.3
22

3-
build:
3+
publish:
44
git tag $(VERSION)
55
git push origin --tags
66
goreleaser --rm-dist
77

8-
.PHONY: build
8+
.PHONY: publish

README.md

100644100755
File mode changed.

cmd/http.go

100644100755
File mode changed.

cmd/name.go

100644100755
File mode changed.

cmd/root.go

100644100755
File mode changed.

cmd/tcp.go

100644100755
File mode changed.

0 commit comments

Comments
 (0)