Update SPN

This commit is contained in:
Daniel 2022-01-26 15:43:20 +01:00
parent 754d1c8dc5
commit f0799bf2e7
2 changed files with 4 additions and 1 deletions

2
go.mod
View file

@ -24,7 +24,7 @@ require (
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/oschwald/maxminddb-golang v1.8.0
github.com/safing/portbase v0.13.4
github.com/safing/spn v0.3.17
github.com/safing/spn v0.3.18
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0

3
go.sum
View file

@ -884,6 +884,7 @@ github.com/safing/portmaster v0.7.14/go.mod h1:C5DnRywf5ylGQiK4GoX6RHHZ4xEXl8IAE
github.com/safing/portmaster v0.7.15/go.mod h1:4OaGATMgnbCLf0K2/gECdYPB4mau60AiEoAG+gmrvgE=
github.com/safing/portmaster v0.7.16/go.mod h1:IueFG2XOqt74nU22I3JG1nC2MgtgEJBUAYtQTqWln+E=
github.com/safing/portmaster v0.7.17/go.mod h1:TCWK75oZtkWv9bPyYIAILOma5G6VSK5FD3ovlZ1Ws2Q=
github.com/safing/portmaster v0.7.18/go.mod h1:NXd1l1z0oKy0WfXMhv/gpAXz+pUHnlNuYPBSaMZe7uw=
github.com/safing/spn v0.2.4 h1:V2XPMTQkHo7xwH89Kfx+65cFWgXAz/jCeCXcweEJuLQ=
github.com/safing/spn v0.2.4/go.mod h1:ZA6za4rEP46GiVKJGZsQyqoqMvPhtF913mg5JtJl3Sc=
github.com/safing/spn v0.2.5 h1:npp+8c6fWvn+ykCp9+K8FFZuofxGPXT7yDu86nEo61M=
@ -922,6 +923,8 @@ github.com/safing/spn v0.3.16 h1:ixom0jhszkaVJl5u75NeCjhZ48NKpkanLqvBJsuQPlI=
github.com/safing/spn v0.3.16/go.mod h1:NMaHlnIHcTHMxxz6PuaBg0rJdYc8LhyF5N6v+Iie+k0=
github.com/safing/spn v0.3.17 h1:+cdlb7QMgu/HDDK+84RFmE/X2lJFfnh9uHxWPb5RkD8=
github.com/safing/spn v0.3.17/go.mod h1:Fq/70Hl0OUxtYuY5NATv5q468hvfDDEFwN3mivEecic=
github.com/safing/spn v0.3.18 h1:SgXHLDO6YQFCHoj1UrIrXfDdLEFZuefF9mVO0wd82Sc=
github.com/safing/spn v0.3.18/go.mod h1:phCnWjWOgdVMXaMsmDr6izR/ROVElSZGdIm7j7PIit4=
github.com/sagikazarmark/crypt v0.3.0/go.mod h1:uD/D+6UF4SrIR1uGEv7bBNkNqLGqUr43MRiaGWX1Nig=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=