Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Clever/microplane

go 1.17
go 1.24.0

require (
github.com/facebookgo/errgroup v0.0.0-20160209021148-779c8d7ef069
Expand All @@ -11,7 +11,7 @@ require (
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
github.com/xanzy/go-gitlab v0.101.0
golang.org/x/oauth2 v0.18.0
golang.org/x/sync v0.6.0
golang.org/x/sync v0.18.0
)

require (
Expand Down
Loading