Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update deps and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 14, 2021
1 parent e6d1616 commit 422ca93
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 56 deletions.
2 changes: 1 addition & 1 deletion cmds/hub/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func main() {
info.Set("SPN Hub", "0.2.3", "AGPLv3", true)
info.Set("SPN Hub", "0.2.5", "AGPLv3", true)

// configure SPN
conf.EnablePublicHub(true)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/safing/jess v0.2.1
github.com/safing/portbase v0.9.3-0.20210119093951-79ec7e573a3e
github.com/safing/portmaster v0.6.5-0.20210119120736-f8cea6eafd14
github.com/safing/portbase v0.10.0
github.com/safing/portmaster v0.6.13
github.com/stretchr/testify v1.6.1
github.com/tevino/abool v1.2.0
github.com/xtaci/kcp-go/v5 v5.6.1
Expand Down
Loading

0 comments on commit 422ca93

Please sign in to comment.