aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* 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.