Alexandru Gologan
16f88a1336
build with go v1.25 ( #814 )
2025-12-30 09:01:12 -08:00
dependabot[bot]
e0fcd058df
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 ( #827 )
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-version: 1.9.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 11:43:53 -08:00
dependabot[bot]
1c3c82de18
Bump golang.org/x/crypto from 0.44.0 to 0.45.0 ( #823 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.44.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 07:07:41 -08:00
Dan Sosedoff
74e8482f96
Bump go crypto package to 0.44.0 ( #820 )
2025-11-15 10:05:15 -08:00
Dan Sosedoff
9a5df8487a
Use go1.24 in CI and scripts ( #818 )
2025-11-11 22:18:57 -08:00
Dan Sosedoff
6489f6a800
Build on 1.22 ( #726 )
2024-03-22 21:03:07 -07:00
Dan Sosedoff
db05989d07
Remove herokuisms ( #719 )
2024-03-15 22:01:32 -07:00
dependabot[bot]
0309d88298
Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 ( #680 )
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.7.7 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
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-06-17 12:03:46 -05:00
Dan Sosedoff
4d32e3b2c5
Switch to go 1.20 ( #668 )
...
* Switch to go 1.20
* Fix golang version definition
* Upgrade golangci-lint to v1.51.2
2023-03-31 19:48:14 -05:00
Dan Sosedoff
b31e7f1ea7
Setup basic prom metrics endpoint ( #624 )
...
* Setup basic prom metrics endpoint
* Use default prom handler to expose go runtime metrics
2022-12-20 10:13:42 -06:00
Dan Sosedoff
837e25be74
Go mod tidy
2022-12-19 17:51:35 -06:00
Dan Sosedoff
e0a748812d
Add support for .pgpass file ( #617 )
...
* Add support for .pgpass file
* Support password lookup in /api/connect endpoint
* Restrore removed code for BuildStringFromOptions
* Restructure connection string test and add extra case for pgpass
* Add test for FormatURL method
2022-12-14 13:37:49 -06:00
Dan Sosedoff
4c40eef99a
Perform client version validation before executing pg_dump command ( #614 )
...
* Add func to parse out pg_dump version
* Perform client vs server version checking before dump exports
* Fix dump tests
* Add extra test to validate against empty server version
* Fix attachment filenames cleanup function
* Add extra test
* Fix small typos in comments
* Drop third-party package to deal with versions
* Tweak the pg dump incompatibility error message
* Run CI on pull requests
2022-12-12 15:09:12 -06:00
Dan Sosedoff
adf1e4e9ea
Change go version in the module
2022-12-07 17:15:46 -06:00
Dan Sosedoff
c996d71378
Implement gin request logger with param filtering
2022-12-01 13:01:32 -06:00
Dan Sosedoff
0a7de05892
Update github.com/jessevdk/go-flags package
2022-11-22 14:51:13 -06:00
Boban Acimovic
7b8b9f5c80
update go deps and alpine ( #558 )
2022-05-20 20:36:11 -05:00
Matthieu Vachon
5803295174
Added binary codec base58 as well as improving the help for --binary-codec flag ( #548 )
...
* Added binary codec `base58` as well as improving the help for `--binary-codec` flag
* Added tests for base58
* Fixed tests
Co-authored-by: Matthieu Vachon <matt@streamingfast.io >
2022-01-27 22:10:01 -06:00
Dan Sosedoff
7718c249d0
Use go1.17 in go mod ( #543 )
2022-01-03 21:11:02 -06:00
Dan Sosedoff
c109f25fae
Upgrade gin to latest ; go mod tidy
2021-09-23 20:29:52 -05:00
Dan Sosedoff
8284c41d6e
Specify buildpack version for Heroku
2021-05-10 09:00:09 -05:00
Nikita Kazarian
8e2c826ba3
go 1.16 features
...
- use go embed instead of go-binary and remove all about old assets (go 1.16 feature)
- pin gox version (go 1.16 feature)
- update ci to go 1.16
2021-03-05 03:47:01 +03:00
Nikita Kazarian
21e8493838
move project to go modules
...
- remove vendor
- pin cockroach version in tests
- remove golang.org/x/tools/cmd/cover (not maintained and moved to standart library)
2021-03-04 00:15:23 +03:00