Skip to content

Commit

Permalink
Add statically compiled root certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigjbass committed Nov 14, 2022
1 parent d8d7cec commit b8f4392
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"context"
"encoding/json"
_ "github.com/breml/rootcerts"
"github.com/google/go-github/v48/github"
"github.com/madetech/sparkling-dependencies/internal/dealWithPullRequest"
"golang.org/x/oauth2"
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/madetech/sparkling-dependencies
go 1.19

require (
github.com/breml/rootcerts v0.2.8
github.com/google/go-github/v48 v48.0.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/breml/rootcerts v0.2.8 h1:hNPyNa+MghU9ZKqWy+MYxvouNqE70jvOBIa5v70z/P8=
github.com/breml/rootcerts v0.2.8/go.mod h1:24FDtzYMpqIeYC7QzaE8VPRQaFZU5TIUDlyk8qwjD88=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down

0 comments on commit b8f4392

Please sign in to comment.