-
Notifications
You must be signed in to change notification settings - Fork 358
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
1 parent
3cd1079
commit 00732e5
Showing
2 changed files
with
17 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
module github.com/sensepost/ruler | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c | ||
github.com/staaldraad/go-ntlm v0.0.0-20200612175713-cd032d41aa8c | ||
github.com/urfave/cli v1.22.1 | ||
golang.org/x/net v0.0.0-20191112182307-2180aed22343 | ||
gopkg.in/yaml.v2 v2.2.5 | ||
github.com/urfave/cli v1.22.5 | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect | ||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
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