-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from sensepost/cli-fix
upgrade module versions
- Loading branch information
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