dependabot[bot]
|
2538ed4ae8
|
Bump github.com/spf13/viper from 1.18.2 to 1.19.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.18.2...v1.19.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
5 months ago |
dependabot[bot]
|
c5846fb1f4
|
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#135)
|
8 months ago |
Nic Heath
|
5560c5a68a
|
Add check to verify output file directory exists. (#131)
* Add check to verify output file directory exists.
* Change (and test) the error handling of the CheckDir function
* Add ADIF arguments tests
* Add CSV arguments tests
---------
Co-authored-by: Jean-Marc MEESSEN <jean-marc@meessen-web.org>
|
8 months ago |
dependabot[bot]
|
daa46da5b6
|
Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#117)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.17.0...v1.18.2)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
11 months ago |
dependabot[bot]
|
88a516d27d
|
Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#107)
|
1 year ago |
dependabot[bot]
|
dfb1b4e5e4
|
Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#104)
|
1 year ago |
dependabot[bot]
|
24f86dc16f
|
Bump github.com/spf13/viper from 1.15.0 to 1.16.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.15.0...v1.16.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
43084c2012
|
Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
be4038709f
|
Bump github.com/spf13/cobra from 1.0.0 to 1.6.1 (#89)
* Bump github.com/spf13/cobra from 1.0.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.0.0...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Change in behavior
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jean-Marc Meessen <jean-marc@meessen-web.org>
|
2 years ago |
dependabot[bot]
|
cb66d829ce
|
Bump github.com/spf13/viper from 1.7.1 to 1.15.0 (#91)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.15.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.15.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Jean-Marc MEESSEN
|
97e550e45c
|
Tidying application after Go release bump (#92)
* Update dependencies (yaml)
* change linter
* format code and correct spelling
* remove deprecated ioutils
* change lint command in "CI" GitHub Action
* check return value of cmd.Execute()
* Solve lint issues
|
2 years ago |
Jean-Marc MEESSEN
|
61c42d1c75
|
Pota support (#73)
* Add POTA processing
* add end to end POTA test
* allow tabs to be a valid separator in the header section
|
3 years ago |
Jean-Marc MEESSEN
|
53bd916d7a
|
Adding GridLocator and MyGrid support
|
4 years ago |
Jean-Marc MEESSEN
|
8afb81eed3
|
Create Docker Image to run the application
|
4 years ago |
Jean-Marc MEESSEN
|
2e605afc7a
|
Implement better version display
|
4 years ago |
Jean-Marc MEESSEN
|
b9bb5e8f5e
|
Add version display and multiarch build
|
4 years ago |
Jean-Marc MEESSEN
|
6172f13193
|
Add the time interpolating feature
|
4 years ago |
Jean-Marc Meessen
|
9aeaa70b60
|
Skeleton complete
|
5 years ago |
Jean-Marc Meessen
|
2c0ab69af7
|
Changed the license
|
5 years ago |
Jean-Marc MEESSEN
|
fe836d4bfe
|
Today's work
|
5 years ago |