-
Notifications
You must be signed in to change notification settings - Fork 5
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
77b4e62
commit 00935e7
Showing
4 changed files
with
17 additions
and
24 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
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,11 +1,14 @@ | ||
module github.com/osquery/packaging-tools | ||
|
||
go 1.15 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/machinebox/graphql v0.2.2 | ||
github.com/peterbourgon/ff v1.7.1 | ||
golang.org/x/text v0.15.0 | ||
) | ||
|
||
require ( | ||
github.com/matryer/is v1.4.0 // indirect | ||
github.com/peterbourgon/ff v1.7.0 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/text v0.3.5 | ||
) |
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