Skip to content

Commit

Permalink
Rename to secureframe-issue-sync, update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Jan 12, 2023
1 parent 47ebb91 commit 1092d92
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 361 deletions.
18 changes: 9 additions & 9 deletions go.mod
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
)
Loading

0 comments on commit 1092d92

Please sign in to comment.