Commit Graph

157 Commits

Author SHA1 Message Date
dependabot[bot]
471cb36951
Bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.8.2.
- [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.8.1...v1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 07:16:35 +00:00
09818f6678
Update README.md 2022-12-18 03:01:17 -08:00
3609a64e52
Deps + Optimize 2022-12-18 03:01:17 -08:00
c456bc1da5
Merge pull request #32 from tcp-direct/dependabot/go_modules/github.com/spf13/afero-1.9.3 2022-11-15 12:02:31 -08:00
dependabot[bot]
0a9c841fe8
Bump github.com/spf13/afero from 1.9.2 to 1.9.3
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.9.2...v1.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 07:05:11 +00:00
6d205dc066
Merge pull request #31 from tcp-direct/dependabot/go_modules/github.com/spf13/viper-1.14.0 2022-11-07 23:13:40 -08:00
dependabot[bot]
917914df69
Bump github.com/spf13/viper from 1.8.1 to 1.14.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.1...v1.14.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>
2022-11-08 07:12:49 +00:00
59f590cd08
Update go modules 2022-10-04 01:26:51 -07:00
016273ef4f
Fix: result of breaking change in gin-contrib/logger 2022-09-16 16:20:19 -07:00
222375c70e
Merge pull request #22 from tcp-direct/dependabot/go_modules/git.tcp.direct/kayos/common-0.7.2 2022-09-16 15:48:54 -07:00
dependabot[bot]
94f29e520a
Bump git.tcp.direct/kayos/common from 0.7.0 to 0.7.2
Bumps git.tcp.direct/kayos/common from 0.7.0 to 0.7.2.

---
updated-dependencies:
- dependency-name: git.tcp.direct/kayos/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 22:48:42 +00:00
c7641c5296
Merge pull request #23 from tcp-direct/dependabot/go_modules/github.com/gin-contrib/logger-0.2.4 2022-09-16 15:47:46 -07:00
dependabot[bot]
fff99e7291
Bump github.com/gin-contrib/logger from 0.2.2 to 0.2.4
Bumps [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger) from 0.2.2 to 0.2.4.
- [Release notes](https://github.com/gin-contrib/logger/releases)
- [Changelog](https://github.com/gin-contrib/logger/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/logger/compare/v0.2.2...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 07:56:19 +00:00
188d7f623e
Bump zerolog 1.27.0 -> 1.28.0 2022-08-29 00:45:22 -07:00
dependabot[bot]
cd5bfb3334
Bump github.com/rs/zerolog from 1.27.0 to 1.28.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 07:44:09 +00:00
408ec933e0
Update putxt 2022-08-21 03:40:13 -07:00
35b44d7b84
Update deps 2022-07-29 00:10:35 -07:00
4a1123dc65
Fix: zerologs default log level is trace 2022-07-28 23:53:12 -07:00
9a0f97a4c0
Merge branch 'development' 2022-07-28 23:40:56 -07:00
22011cf39a
Update Makefile 2022-07-28 23:39:52 -07:00
5e748cf1f9 Merge pull request 'Added the script' (#7) from perp/tcp.ac:master into master
Reviewed-on: #7
2022-07-28 05:00:39 +00:00
e05d433860 Added the script 2022-07-28 04:09:59 +01:00
9cb09f52d1
Minor adjustments 2022-07-21 19:28:04 -07:00
bcf105fe42
Bump afero from 1.9.0 -> 1.9.2 2022-07-20 03:16:45 -07:00
dependabot[bot]
c198a2c674
Bump github.com/spf13/afero from 1.9.0 to 1.9.2
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.0 to 1.9.2.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.9.0...v1.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 07:54:42 +00:00
cf50063e57
Add trusted_proxies config 2022-07-18 04:22:26 -07:00
f2671025c8
Create go.yml 2022-07-18 03:47:15 -07:00
1e1f0a7a5a
Merge branch 'development' 2022-07-18 03:44:47 -07:00
c3cd9e9f04
v1: Stabilize overhaul 2022-07-18 03:41:29 -07:00
015f7c45be
Fix panic 2022-07-14 16:08:56 -07:00
25b8e048fb
fix critical typo (lmao) 2022-07-14 00:53:12 -07:00
459b0c81bb
Merge branch 'dependabot' 2022-07-14 00:51:58 -07:00
b1482b0481
overhaul efforts 2022-07-14 00:50:26 -07:00
6b325234db
Merge pull request #9 from tcp-direct/dependabot/go_modules/git.tcp.direct/kayos/common-0.7.0 2022-07-14 00:49:37 -07:00
dependabot[bot]
842d57592c
Bump git.tcp.direct/kayos/common from 0.6.0 to 0.7.0
Bumps git.tcp.direct/kayos/common from 0.6.0 to 0.7.0.

---
updated-dependencies:
- dependency-name: git.tcp.direct/kayos/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 07:33:20 +00:00
1c1acfacd6
Bump kayos/common -> v0.6.0 2022-07-12 02:19:00 -07:00
9ad7ce5116
Fix: init bug + graceful shutdown 2022-07-10 01:09:29 -07:00
10d6048f4b
Spruce up banner, add build info 2022-07-10 00:14:45 -07:00
d5762ad77c
Config: move into seperate package 2022-07-09 12:39:29 -07:00
235e9bb643
Overhaul. 2022-07-08 13:23:20 -07:00
44aede482b
Merge branch 'master' into development 2022-07-08 12:26:45 -07:00
030d818214
Fix go module path and upgrade deps 2022-07-07 12:41:38 -07:00
588774d870
Update dependencies 2022-07-07 08:31:59 -07:00
83df795ce3
Merge branch 'master' of git.tcp.direct/tcp.direct/tcp.ac 2022-07-07 08:03:47 -07:00
cd605def4d
added dmenu intergration uploader script 2022-07-07 08:01:07 -07:00
7373c24c10
Config adjustments 2022-07-07 08:00:46 -07:00
0ad06b9e71
Bump zerolog 1.26.1 -> 1.27.0 2022-07-07 07:59:20 -07:00
3e5739f0ea
Bump gouid 0.2.0 - 0.5.2 2022-07-07 07:58:54 -07:00
dependabot[bot]
2a989dd342
Bump github.com/twharmon/gouid from 0.3.0 to 0.5.2
Bumps [github.com/twharmon/gouid](https://github.com/twharmon/gouid) from 0.3.0 to 0.5.2.
- [Release notes](https://github.com/twharmon/gouid/releases)
- [Commits](https://github.com/twharmon/gouid/compare/v0.3.0...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 07:58:36 +00:00
dependabot[bot]
207943c099
Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 07:58:31 +00:00