github.com/BurntSushi/toml
go
pkg:golang/github.com/BurntSushi/toml
523 Dependabot PRs
5 days ago
206 repositories
5 repositories
Recent PRs
chore(deps): bump the security-updates group with 22 updates
build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.6.0
strophy/tenderdash #564
Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
imantubex-create/grafana__grafana__prixai__PR107534__20260516 #17
build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.6.0
bdengine/bde-tendermint #1035
deps: bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
Bump the go-minor-and-patch group with 5 updates
Bump the all-deps group across 5 directories with 166 updates
hyperledger/fabric-private-chaincode #948
chore(deps): bump the common group across 1 directory with 52 updates
xycloops123/trivy #410
chore(deps): bump the minor-patch group across 1 directory with 3 updates
chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.6.0 in the golang-deps group
deps(cli): bump the go-deps group across 1 directory with 15 updates
deps(go): Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
chore: bump github.com/BurntSushi/toml from 1.3.2 to 1.6.0
phlx0/drift #7
Bump github.com/BurntSushi/toml from 1.3.2 to 1.6.0
joanlopez/grafana #484
chore(deps): bump the common group across 1 directory with 49 updates
xycloops123/trivy #397
Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
chore(deps): bump the common group across 1 directory with 48 updates
xycloops123/trivy #396
Bump github.com/BurntSushi/toml from 1.3.2 to 1.6.0
jfgsilva/ten #2
Bump the all-go-modules group across 1 directory with 29 updates
chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
chore(deps): bump the dependencies group across 1 directory with 17 updates
batteries-included/batteries-included #3008
chore(deps): bump the common group across 1 directory with 47 updates
sn0rlaxlife/trivy #107
chore(deps): bump the common group across 1 directory with 47 updates
xycloops123/trivy #391
deps(cli): bump the go-deps group across 1 directory with 10 updates
chore(deps): bump the dependencies group across 1 directory with 16 updates
batteries-included/batteries-included #2979
deps(go): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
grafana/grafana #117646
deps(cli): bump the go-deps group across 1 directory with 11 updates
chore(deps): bump the common group across 1 directory with 28 updates
aiflash/trivy #545
build(deps): bump the gomod group across 1 directory with 26 updates
saschagrunert/cri-o #962
Bump the all-go-modules group across 1 directory with 28 updates
chore(deps): bump the common group across 1 directory with 45 updates
MaineK00n/trivy #352
Bump the gomod group across 1 directory with 56 updates
open-cluster-management-io/governance-policy-addon-controller #255
chore(deps): bump the common group across 1 directory with 27 updates
DmitriyLewen/trivy #236
Bump the gomod group across 1 directory with 56 updates
stolostron/governance-policy-addon-controller #1150
chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.6.0
Ericsson/trivy #231
Bump the gomod group across 1 directory with 17 updates
build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.6.0
wgahnagl/cri-o #409
build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.6.0
JeffroMF/cri-o #288
chore(deps): bump the common group across 1 directory with 26 updates
aquasecurity/trivy #10090
chore(deps): bump the common group across 1 directory with 27 updates
DmitriyLewen/trivy #230
chore(deps): bump the common group across 1 directory with 26 updates
aiflash/trivy #528
chore(deps): bump the common group across 1 directory with 25 updates
aiflash/trivy #523
chore(deps): bump the common group across 1 directory with 25 updates
DmitriyLewen/trivy #229
build(deps): bump the gomod group across 1 directory with 14 updates
cri-o/cri-o #9720
deps(go): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
chore(deps): Bump the backend group across 1 directory with 5 updates
urunc-dev/urunc #382
chore(deps): bump the common group across 1 directory with 33 updates
k-hal/trivy #421
chore(deps): bump the common group across 1 directory with 25 updates
aquasecurity/trivy #10067
chore(deps)(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.6.0
chore(deps): bump the common group across 1 directory with 25 updates
DmitriyLewen/trivy #227
Package Details
| Name: | github.com/BurntSushi/toml |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/BurntSushi/toml |
| JSON API: | View JSON |
Package Information
Package toml implements decoding and encoding of TOML files. This package supports TOML v1.0.0, as specified at https://toml.io The github.com/BurntSushi/toml/cmd/tomlv package implements a TOML validator, and can be used to verify if TOML document is valid. It can also be used to print the type of each key. Example StrictDecoding shows how to detect if there are keys in the TOML document that weren't decoded into the value given. This is useful for returning an error to the user if they've included extraneous fields in their configuration. Example UnmarshalTOML shows how to implement a struct type that knows how to unmarshal itself. The struct must take full responsibility for mapping the values passed into the struct. The method may be used with interfaces in a struct in cases where the actual type is not known until the data is examined. Example Unmarshaler shows how to decode TOML strings into your own custom data type.
| Repository: | https://github.com/BurntSushi/toml |
| Homepage: | https://github.com/BurntSushi/toml |
| Latest Release: |
v1.5.0
about 1 year ago |
| Dependent Repos: | 185,064 |
| Dependent Packages: | 27,921 |
| Ranking: | Top 0.0021% by dependent repos Top 0.0078% by dependent pkgs |