mirror of
https://github.com/safing/portmaster
synced 2025-04-23 12:29:10 +00:00
Add missing dependency
This commit is contained in:
parent
ac87a49ace
commit
8f79d8e515
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -58,6 +58,7 @@ require (
|
|||
github.com/alessio/shellescape v1.4.2 // indirect
|
||||
github.com/armon/go-radix v1.0.0 // indirect
|
||||
github.com/bluele/gcache v0.0.2 // indirect
|
||||
github.com/brianvoe/gofakeit v3.18.0+incompatible // indirect
|
||||
github.com/danieljoos/wincred v1.2.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
|
@ -88,7 +89,6 @@ require (
|
|||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/safing/portmaster-android/go v0.0.0-20230830120134-3226ceac3bec // indirect
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/seehuhn/fortuna v1.0.1 // indirect
|
||||
github.com/seehuhn/sha256d v1.0.0 // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue