Update SPN

This commit is contained in:
Daniel 2022-01-31 11:08:45 +01:00
parent 93edc10ac2
commit 3fc4cd5ac7
2 changed files with 3 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.18
github.com/safing/spn v0.3.19
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0

2
go.sum
View file

@ -925,6 +925,8 @@ 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/safing/spn v0.3.19 h1:tjrINz7sqL/IGWkgs4ByDjygdLWeRovac6G2w4otLYo=
github.com/safing/spn v0.3.19/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=