aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-231-2/+2
|
* Revert "wip"Linus Nordberg2022-05-251-2/+0
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-241-0/+2
|
* upgrade sigsum-go version from v0.0.7 -> v0.0.8Rasmus Dahlberg2022-05-211-1/+1
|
* replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-1/+0
|
* upgrade sigsum-go v0.0.6 -> v0.0.7Rasmus Dahlberg2022-04-291-1/+1
|
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-281-1/+1
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* use sigsum-go v.0.0.5Linus Nordberg2022-04-281-3/+1
|
* use http get for get-* endpoints with inputRasmus Dahlberg2022-04-261-0/+2
| | | | | | https://git.sigsum.org/sigsum/tree/doc/proposals/2022-01-get-endpoints XXX: fix go.mod after merge in sigsum-go, now rgdd's local path
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-131-1/+1
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-131-1/+1
| | | | Updates import paths only.
* follow SSHSIG changes in libLinus Nordberg2022-03-281-1/+1
|
* go: Tidy module filesRasmus Dahlberg2022-01-261-1/+1
|
* go: Fix dependencies based on Go version 1.15.9v0.3.5Rasmus Dahlberg2021-12-301-2/+2
|
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-201-1/+1
| | | | | | 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.
* changed module name, s/golang/gitv0.2.1Rasmus Dahlberg2021-09-291-1/+1
|
* fixed {st,stfe,system-transparency} -> sigsumRasmus Dahlberg2021-09-131-1/+1
|
* downgraded Go version to 1.14Rasmus Dahlberg2021-03-161-4/+4
|
* started to re-add basic client commandsRasmus Dahlberg2021-03-161-0/+1
|
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-0/+12
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.