Skip to content

Commit

Permalink
Bump core version and update portbase dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Apr 19, 2021
1 parent 06eee68 commit 995e924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmds/portmaster-core/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

func main() {
// set information
info.Set("Portmaster", "0.6.10", "AGPLv3", true)
info.Set("Portmaster", "0.6.11", "AGPLv3", true)

// Configure metrics.
metrics.SetNamespace("portmaster")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
github.com/safing/portbase v0.9.7
github.com/safing/spn v0.2.4
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.2+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ 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/portbase v0.9.7 h1:bBlQi1ElTr/iX4/nQtVOU63M/rVRizyUuTdpdSlhr+U=
github.com/safing/portbase v0.9.7/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=
Expand Down

0 comments on commit 995e924

Please sign in to comment.