GitHub / KompiTech / rmap
Rmap is better map[string]interface{}
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KompiTech%2Frmap
PURL: pkg:github/KompiTech/rmap
Stars: 3
Forks: 1
Open issues: 0
License: None
Language: Go
Size: 90.8 KB
Dependencies parsed at:
48
Created at: almost 6 years ago
Updated at: almost 3 years ago
Pushed at: over 2 years ago
Last synced at: 4 months ago
go.mod
go
- github.com/evanphx/json-patch v4.5.0+incompatible
- github.com/json-iterator/go v1.1.10
- github.com/kr/pretty v0.1.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.1
- github.com/pkg/errors v0.9.1
- github.com/qri-io/jsonschema v0.2.1
- github.com/shopspring/decimal v1.2.0
- github.com/stretchr/testify v1.4.0
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
- golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.4.0
.github/workflows/go.yml
actions
- actions/checkout v2 composite
go.sum
go
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/evanphx/json-patch v4.5.0+incompatible
- github.com/google/gofuzz v1.0.0
- github.com/json-iterator/go v1.1.10
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
- github.com/modern-go/reflect2 v1.0.1
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/qri-io/jsonpointer v0.1.1
- github.com/qri-io/jsonschema v0.2.1
- github.com/sergi/go-diff v1.0.0
- github.com/shopspring/decimal v1.2.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.4.0
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.3
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.4.0