aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-231-7/+19
|
* upgrade sigsum-go version from v0.0.7 -> v0.0.8Rasmus Dahlberg2022-05-211-2/+2
|
* upgrade sigsum-go v0.0.6 -> v0.0.7Rasmus Dahlberg2022-04-291-2/+2
|
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-281-2/+2
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* use sigsum-go v.0.0.5Linus Nordberg2022-04-281-2/+2
|
* switch to sigsum-goRasmus Dahlberg2022-04-131-4/+2
| | | | Updates import paths only.
* follow SSHSIG changes in libLinus Nordberg2022-03-281-0/+2
|
* go: Tidy module filesRasmus Dahlberg2022-01-261-2/+0
|
* go: Fix dependencies based on Go version 1.15.9v0.3.5Rasmus Dahlberg2021-12-301-0/+2
|
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-201-0/+2
| | | | | | This commit does not change the way in which the log behaves externally. In other words, all changes are internal and involves renaming and code restructuring. Most notably picking up the refactored sigsum-lib-go.
* started using the refactored packages in siglog serverRasmus Dahlberg2021-06-061-0/+3
|
* downgraded Go version to 1.14Rasmus Dahlberg2021-03-161-2/+2
|
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-0/+771
Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.