diff --git a/README.md b/README.md index 195b163..7e9cdcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHound -A batch-catching, pattern-matching, patch-attacking secret snatcher that searches all of GitHub using code search. +A batch-catching, pattern-matching, patch-attacking secret snatcher. ![GitHound](assets/logo.png) diff --git a/go.mod b/go.mod index 08f51a0..4ad491f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/tillson/git-hound go 1.12 require ( - github.com/BurntSushi/toml v1.2.1 // indirect + github.com/BurntSushi/toml v1.2.1 github.com/Microsoft/go-winio v0.5.2 // indirect github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect github.com/boombuler/barcode v1.0.1 // indirect