mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump versions
This commit is contained in:
parent
29ca6699aa
commit
0c5ac8bc27
4 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
func main() {
|
||||
// set information
|
||||
info.Set("Portmaster", "0.6.15", "AGPLv3", true)
|
||||
info.Set("Portmaster", "0.6.16", "AGPLv3", true)
|
||||
|
||||
// Configure metrics.
|
||||
metrics.SetNamespace("portmaster")
|
||||
|
|
|
@ -81,7 +81,7 @@ func main() {
|
|||
cobra.OnInitialize(initCobra)
|
||||
|
||||
// set meta info
|
||||
info.Set("Portmaster Start", "0.5.4", "AGPLv3", false)
|
||||
info.Set("Portmaster Start", "0.5.5", "AGPLv3", false)
|
||||
|
||||
// catch interrupt for clean shutdown
|
||||
signalCh := make(chan os.Signal, 2)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/miekg/dns v1.1.40
|
||||
github.com/oschwald/maxminddb-golang v1.8.0
|
||||
github.com/safing/jess v0.2.1 // indirect
|
||||
github.com/safing/portbase v0.10.4
|
||||
github.com/safing/portbase v0.11.0
|
||||
github.com/safing/spn v0.2.5
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/shirou/gopsutil v3.21.4+incompatible
|
||||
|
|
2
go.sum
2
go.sum
|
@ -280,6 +280,8 @@ github.com/safing/portbase v0.10.3 h1:IT74lU6PFjAFShzZnPg5A2vHRynlqYd7fTztIHvFm/
|
|||
github.com/safing/portbase v0.10.3/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
|
||||
github.com/safing/portbase v0.10.4 h1:1j3rq5+h6XAQA+raaquhwi320bdpURFcLv9wX2zdUq8=
|
||||
github.com/safing/portbase v0.10.4/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
|
||||
github.com/safing/portbase v0.11.0 h1:POouPUkS6TOFENmWEl5FZBhqGj9CIpW9GaXRQJLbac0=
|
||||
github.com/safing/portbase v0.11.0/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
|
||||
github.com/safing/portmaster v0.6.13/go.mod h1:7Ux+qkINlWF3a1YKFWudA6uUrA+i4ik16JwYMmqTzGs=
|
||||
github.com/safing/spn v0.2.4 h1:V2XPMTQkHo7xwH89Kfx+65cFWgXAz/jCeCXcweEJuLQ=
|
||||
github.com/safing/spn v0.2.4/go.mod h1:ZA6za4rEP46GiVKJGZsQyqoqMvPhtF913mg5JtJl3Sc=
|
||||
|
|
Loading…
Add table
Reference in a new issue