-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to secureframe-issue-sync, update libs
- Loading branch information
1 parent
47ebb91
commit 1092d92
Showing
4 changed files
with
32 additions
and
361 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,21 +1,21 @@ | ||
module github.com/chainguard-dev/secureframe-github-sync | ||
module github.com/chainguard-dev/secureframe-issue-sync | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.0 | ||
github.com/JohannesKaufmann/html-to-markdown v1.3.6 | ||
github.com/danott/envflag v0.0.0-20161011012248-14c5f9aaa227 | ||
github.com/google/go-github/v44 v44.0.0 | ||
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 | ||
github.com/google/go-github/v44 v44.1.0 | ||
golang.org/x/oauth2 v0.4.0 | ||
) | ||
|
||
require ( | ||
github.com/JohannesKaufmann/html-to-markdown v1.3.6 // indirect | ||
github.com/PuerkitoBio/goquery v1.8.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | ||
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Oops, something went wrong.