Skip to content

Commit

Permalink
chore: add publish-module command
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Sep 16, 2021
1 parent 4204b12 commit dd97177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package netcap
var Version = "v0.6.6"

// Commit is the git commit id of the current version.
var Commit = "62b421be7bca185ad90e48d4afc6741a9dae7237"
var Commit = "4204b12a12dd32bc091e148d070dde05aaf4f46c"
5 changes: 5 additions & 0 deletions zeus/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,11 @@ commands:
install-debian:
description: build script to compile DPI dependencies and netcap on debian linux

publish-module:
description: publish the latest version as go module
help: see https://golang.org/doc/modules/publishing
exec: GOPROXY=proxy.golang.org go list -m github.com/dreadl0ck/netcap@${VERSION}

download-geolite:
description: download the last maxmind geolite version that has been distributed under the creative commons licencse
exec: |
Expand Down

0 comments on commit dd97177

Please sign in to comment.