fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-21 15:58:50 +00:00
parent a18951e1ad
commit cc6c71b50f
4 changed files with 12 additions and 6 deletions

8
go.mod
View File

@@ -1,13 +1,15 @@
module git.front.kjuulh.io/kjuulh/contractor
go 1.20
go 1.21
toolchain go1.22.1
require (
dagger.io/dagger v0.8.1
github.com/bradleyfalzon/ghinstallation/v2 v2.9.0
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0
github.com/gin-gonic/gin v1.9.1
github.com/google/go-github/v53 v53.2.0
github.com/google/go-github/v58 v58.0.0
github.com/google/go-github/v60 v60.0.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.8.0