https://github.com/richardartoul/molecule
Score: 6.035481432524756
Last synced: about 10 hours ago
JSON representation
Repository metadata:
Molecule is a Go library for parsing protobufs in an efficient and zero-allocation manner.
- Host: GitHub
- URL: https://github.com/richardartoul/molecule
- Owner: richardartoul
- License: mit
- Created: 2020-03-28T17:16:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T13:24:02.000Z (about 2 years ago)
- Last Synced: 2026-07-09T20:37:09.020Z (12 days ago)
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 417
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Richard Artoul
- Login: richardartoul
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company: Datadog
- Icon url: https://avatars.githubusercontent.com/u/9171254?u=9cf97ef8ad60fd5ef588cb4b60cc3641ec74f538&v=4
- Repositories: 21
- Last Synced at: 2023-03-01T14:20:26.326Z
- Profile URL: https://github.com/richardartoul
Dependencies
go.mod
go
- github.com/golang/protobuf v1.5.0
- github.com/google/gofuzz v1.1.0
- github.com/pkg/errors v0.9.1
- github.com/stretchr/testify v1.5.1
- google.golang.org/protobuf v1.27.1
- gotest.tools v2.2.0+incompatible
go.sum
go
- github.com/davecgh/go-spew v1.1.0
- github.com/golang/protobuf v1.5.0
- github.com/google/go-cmp v0.5.5
- github.com/google/gofuzz v1.1.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.5.1
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v1.26.0-rc.1
- google.golang.org/protobuf v1.27.1
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.2
- gotest.tools v2.2.0+incompatible
.github/workflows/go.yml
actions
- actions/checkout v2 composite
- actions/setup-go v1 composite