mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump core version and update portbase version
This commit is contained in:
parent
9b22e5cede
commit
2564c7b668
3 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
func main() {
|
||||
// set information
|
||||
info.Set("Portmaster", "0.6.8", "AGPLv3", true)
|
||||
info.Set("Portmaster", "0.6.9", "AGPLv3", true)
|
||||
|
||||
// Configure metrics.
|
||||
metrics.SetNamespace("portmaster")
|
||||
|
|
2
go.mod
2
go.mod
|
@ -27,7 +27,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.9.5
|
||||
github.com/safing/portbase v0.9.6
|
||||
github.com/safing/spn v0.2.4
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/shirou/gopsutil v3.21.2+incompatible
|
||||
|
|
2
go.sum
2
go.sum
|
@ -608,6 +608,8 @@ github.com/safing/portbase v0.9.4 h1:Wj/OW3CDZqII/AHQlHNrndPg/FvPhCb2iKYy53bwk0g
|
|||
github.com/safing/portbase v0.9.4/go.mod h1:kAs2qQQvFqwuFeJEb8XlQL7flpSXNeW5oqWIn5iVym0=
|
||||
github.com/safing/portbase v0.9.5 h1:JZd+BOSdKLILYjCdQd8/vD9qQUgRgR9AGaCGIgvBayI=
|
||||
github.com/safing/portbase v0.9.5/go.mod h1:02OrHUf5bDkpYG3noX8TRtKNTwaJeg4RVyZ6SFOmhcA=
|
||||
github.com/safing/portbase v0.9.6 h1:SATa0CJk/giijsS0PimWeCarWwxRfuy753W19QdN1V4=
|
||||
github.com/safing/portbase v0.9.6/go.mod h1:02OrHUf5bDkpYG3noX8TRtKNTwaJeg4RVyZ6SFOmhcA=
|
||||
github.com/safing/spn v0.2.4 h1:V2XPMTQkHo7xwH89Kfx+65cFWgXAz/jCeCXcweEJuLQ=
|
||||
github.com/safing/spn v0.2.4/go.mod h1:ZA6za4rEP46GiVKJGZsQyqoqMvPhtF913mg5JtJl3Sc=
|
||||
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
|
||||
|
|
Loading…
Add table
Reference in a new issue