index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libkv
Age
Commit message (
Expand
)
Author
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-03-19
fix new lint errors
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-09-25
Fixing deprecation annotation syntax
Dave Henderson
2022-06-18
Remove BoltDB support
Dave Henderson
2022-06-18
Use temporary fork of gopkg.in/yaml.v3 (in main)
Dave Henderson
2022-03-28
Log warning message when a deprecated function or datasource is used
Dave Henderson
2021-09-18
Fix CONSUL_HTTP_ADDR parsing (#1210)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2020-08-19
Go 1.15 bump and other updates
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-10-03
Upgrading gopkg.in/yaml.v2 to gopkg.in/yaml.v3
Dave Henderson
2019-05-27
Support LIST method in Consul datasource
Salvador Girones
2019-01-27
Fix bug where string keys are not sorted as expected
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-08-28
Updating gometalinter config and fixing new lint errors
Dave Henderson
2018-04-21
Linting subpackages too... (#302)
Dave Henderson
2018-02-11
Allow vault address to be specified in the vault:// URL
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson
2017-08-08
Consul vault auth (#187)
Stuart Clark
2017-08-05
Moving mustParse functions into new typeconv package
Dave Henderson
2017-08-05
libkv test enhancements and refactoring
Dave Henderson
2017-08-02
Add Consul & BoltDB datasource support (#178)
Stuart Clark