Commit Graph

17 Commits

Author SHA1 Message Date
Slug-Boi 3c17b34b18 ci: update go version of program 2026-04-28 11:47:02 +02:00
dependabot[bot] 220019a74f chore(deps): bump golang.org/x/crypto
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 01:44:28 +00:00
dependabot[bot] 9b2c3fb21a chore(deps): bump github.com/go-viper/mapstructure/v2
Bumps the go_modules group with 1 update in the / directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure).


Updates `github.com/go-viper/mapstructure/v2` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.3.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 10:36:50 +00:00
Slug-Boi c1b9e35851 chore: change to viper 2025-04-19 20:48:06 +02:00
dependabot[bot] b542561de1 chore(deps): bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /ci directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 23:50:40 +02:00
dependabot[bot] b7d6d0aed6 chore(deps): bump golang.org/x/net
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.33.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.36.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 20:37:43 +00:00
Slug-Boi 43a946f101 chore: update net package due to security problems 2024-12-19 20:20:05 +01:00
Slug-Boi 2b1c94d73b chore: update go version to latest 2024-12-19 20:15:41 +01:00
dependabot[bot] d1abad9409 chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 21:05:57 +00:00
Slug-Boi f662eb15b3 refactor: add dynamic scaling to group amount 2024-11-24 22:34:54 +01:00
Slug-Boi 63fd1f13f9 ci: fix dagger ci problems and failing tests 2024-10-28 18:43:38 +01:00
Slug-Boi 55ee0c66d1 ci: update workflow files and mod version 2024-10-25 13:55:25 +02:00
Slug-Boi def99f602f chore: fixed imports and function signatures 2024-10-24 21:11:24 +02:00
Slug-Boi d3755fa043 remove go.mod from root 2024-05-17 21:33:50 +02:00
Theis 17c2d3a6b1 Cleaning up main 2024-03-04 20:48:25 +01:00
Theis f5e9171362 added the ci workflow and tested that it works. also added yml workflow to release to github 2024-03-03 18:50:49 +01:00
Theis 880bc7f5eb added a go mod file in src dir and added the base to some dagger ci stuff 2024-03-03 10:51:45 +01:00