-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement new option to avoid Bash argument amount limit
Also, include 'go.mod' file for a proper and modern local development
- Loading branch information
Showing
2 changed files
with
78 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module github.com/paracrawl/giashard | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/weppos/publicsuffix-go v0.15.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
) |