Commit Graph

9 Commits

Author SHA1 Message Date
dependabot[bot]
05035b0b04
Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#6)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.2 to 1.9.3.
- [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.2...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 23:09:31 +02:00
dependabot[bot]
e799235d6a
Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#5)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 20:28:30 +02:00
dependabot[bot]
1e300e0049
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (#4)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.2.
- [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.2)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 20:08:50 +02:00
b2d12c0389 Update Go version to 1.20 2023-05-07 10:34:37 +02:00
dependabot[bot]
ceaf0b0516
Bump github.com/markbates/goth from 1.76.1 to 1.77.0
Bumps [github.com/markbates/goth](https://github.com/markbates/goth) from 1.76.1 to 1.77.0.
- [Release notes](https://github.com/markbates/goth/releases)
- [Commits](https://github.com/markbates/goth/compare/v1.76.1...v1.77.0)

---
updated-dependencies:
- dependency-name: github.com/markbates/goth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 18:02:20 +00:00
dependabot[bot]
bdfe0ca519
Bump github.com/markbates/goth from 1.76.0 to 1.76.1
Bumps [github.com/markbates/goth](https://github.com/markbates/goth) from 1.76.0 to 1.76.1.
- [Release notes](https://github.com/markbates/goth/releases)
- [Commits](https://github.com/markbates/goth/compare/v1.76.0...v1.76.1)

---
updated-dependencies:
- dependency-name: github.com/markbates/goth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:18:18 +00:00
dependabot[bot]
347e3dce7f
Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 04:34:27 +00:00
a67699f9d2 v1.0.0
changes:
- gitea-only now
- simplify code
- add docker image
- update deps
2023-02-05 14:34:48 +01:00
donskifarrell
ccb516f8ee inital service created:
- Use settings from ./env/config file
- Use providers for gitea, gitlab, github, bitbucket
2021-09-03 16:47:37 +08:00