aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2024-04-19Update dependenciesJeff Halter
2024-03-29Bump golang version to 1.22.1Jeff Halter
2024-01-20Bump dependenciesJeff Halter
2024-01-09build(deps): bump golang.org/x/crypto (#110)dependabot[bot]
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220525230936-793ad666bf5e to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8dependabot[bot]
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03Add optional logging to fileJeff Halter
2022-09-15Use go 1.19Jeff Halter
2022-06-24Implement bufio.Scanner for transaction parsingJeff Halter
2022-06-13Bump Go version to 1.18Jeff Halter
2022-06-07Add initial validations of config.yamlJeff Halter
2022-05-31Update dependenciesJeff Halter
2022-01-30Ran go get -u && go mod tidyJeff Halter
2021-07-24Initial squashed commitJeff Halter