Skip to content

Commit

Permalink
update go-github
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 19, 2024
1 parent 3b11871 commit 38908a3
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 13 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module github.com/onflow/flow-cli

go 1.20
go 1.21

toolchain go1.22.0

require (
github.com/dukex/mixpanel v1.0.1
github.com/getsentry/sentry-go v0.27.0
github.com/go-git/go-git/v5 v5.11.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v61 v61.0.0
github.com/gosuri/uilive v0.0.4
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/manifoldco/promptui v0.9.0
Expand Down Expand Up @@ -112,6 +114,7 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
github.com/google/go-dap v0.11.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down
Loading

0 comments on commit 38908a3

Please sign in to comment.