-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Haist
committed
Mar 5, 2024
1 parent
4112b15
commit 476eba4
Showing
3 changed files
with
30 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
module github.com/spyre-project/spyre | ||
|
||
go 1.11 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/daviddengcn/go-colortext v1.0.0 | ||
github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44 | ||
github.com/hillu/go-ntdll v0.0.0-20211011155505-c466bba4706f | ||
github.com/hillu/go-yara/v4 v4.2.3 | ||
github.com/hillu/go-ntdll v0.0.0-20230408164318-f8894bfa00af | ||
github.com/hillu/go-yara/v4 v4.3.2 | ||
github.com/mitchellh/go-ps v1.0.0 | ||
github.com/spf13/afero v1.5.1 | ||
github.com/spf13/afero v1.11.0 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
golang.org/x/sys v0.18.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
Oops, something went wrong.