-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
f9902bf
commit 8c1b558
Showing
11 changed files
with
24 additions
and
59 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,22 @@ | ||
module github.com/frapposelli/wwhrd | ||
|
||
go 1.15 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/emicklei/dot v1.6.1 | ||
github.com/google/licensecheck v0.3.1 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.2 | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,35 +1,39 @@ | ||
# github.com/davecgh/go-spew v1.1.1 | ||
## explicit | ||
github.com/davecgh/go-spew/spew | ||
# github.com/emicklei/dot v1.6.1 | ||
## explicit | ||
## explicit; go 1.13 | ||
github.com/emicklei/dot | ||
# github.com/google/licensecheck v0.3.1 | ||
## explicit | ||
## explicit; go 1.12 | ||
github.com/google/licensecheck | ||
github.com/google/licensecheck/internal/match | ||
# github.com/jessevdk/go-flags v1.5.0 | ||
## explicit | ||
## explicit; go 1.15 | ||
github.com/jessevdk/go-flags | ||
# github.com/kr/text v0.2.0 | ||
## explicit | ||
# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e | ||
## explicit | ||
## explicit; go 1.12 | ||
# github.com/pmezard/go-difflib v1.0.0 | ||
## explicit | ||
github.com/pmezard/go-difflib/difflib | ||
# github.com/sirupsen/logrus v1.9.3 | ||
## explicit | ||
## explicit; go 1.13 | ||
github.com/sirupsen/logrus | ||
# github.com/stretchr/testify v1.8.2 | ||
## explicit | ||
## explicit; go 1.13 | ||
github.com/stretchr/testify/assert | ||
# golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 | ||
## explicit; go 1.17 | ||
golang.org/x/sys/internal/unsafeheader | ||
golang.org/x/sys/unix | ||
golang.org/x/sys/windows | ||
# gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f | ||
## explicit | ||
# gopkg.in/yaml.v2 v2.4.0 | ||
## explicit | ||
## explicit; go 1.15 | ||
gopkg.in/yaml.v2 | ||
# gopkg.in/yaml.v3 v3.0.1 | ||
## explicit | ||
gopkg.in/yaml.v3 |