Skip to content

Commit

Permalink
fix(deps): update external go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-renovate committed Jul 2, 2024
1 parent 723639c commit b40fc6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ module github.com/lunarway/release-manager-bot

go 1.21

toolchain go1.22.2
toolchain go1.22.5

require (
github.com/google/go-github/v60 v60.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/palantir/go-baseapp v0.4.1
github.com/palantir/go-githubapp v0.24.1
github.com/palantir/go-baseapp v0.5.2
github.com/palantir/go-githubapp v0.26.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.32.0
github.com/prometheus/client_golang v1.19.1
github.com/rs/zerolog v1.33.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.9.0
)

require (
Expand Down

0 comments on commit b40fc6d

Please sign in to comment.