Skip to content

Commit

Permalink
Merge pull request #39 from chainguard-dev/create-pull-request/patch
Browse files Browse the repository at this point in the history
Export mono/sdk: refs/heads/main
  • Loading branch information
cmdpdx authored May 24, 2024
2 parents f512b5e + 50f5fc0 commit ba3cf24
Show file tree
Hide file tree
Showing 8 changed files with 1,121 additions and 1,384 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ require (
github.com/microcosm-cc/bluemonday v1.0.26
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/russross/blackfriday/v2 v2.1.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
golang.org/x/oauth2 v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6
Expand Down Expand Up @@ -55,6 +54,7 @@ require (
go.opentelemetry.io/otel/metric v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.26.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
Expand Down
3 changes: 1 addition & 2 deletions proto/capabilities/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (

"github.com/bits-and-blooms/bitset"
"github.com/chainguard-dev/clog"
"go.uber.org/zap"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/proto"
Expand Down Expand Up @@ -85,7 +84,7 @@ func Parse(name string) (Capability, error) {
nameCapabilityMap[scap] = Capability(cap)
} else {
clog.FromContext(context.Background()).Errorf("Failed to stringify capability %d, error: %v",
cap, zap.Error(perror))
cap, perror)
}
}
})
Expand Down
Loading

0 comments on commit ba3cf24

Please sign in to comment.