File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
flowaccount-golang-client Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
+ go 1.24.6
4
+
3
5
require (
4
6
github.com/antihax/optional v1.0.0
5
7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
6
-
8
+
9
+ )
10
+
11
+ require (
12
+ github.com/golang/protobuf v1.2.0 // indirect
13
+ golang.org/x/net v0.0.0-20190125002852-4b62a64f59f7 // indirect
14
+ google.golang.org/appengine v1.4.0 // indirect
7
15
)
Original file line number Diff line number Diff line change 1
1
cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
2
2
github.com/antihax/optional v1.0.0 h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg =
3
3
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
4
- github.com/aws/aws-sdk-go v1.26.3 h1:szQdfJcUBAhQT0zZEx4sxoDuWb7iScoucxCiVxDmaBk =
5
- github.com/aws/aws-sdk-go v1.26.3 /go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo =
6
4
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
7
5
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
8
6
golang.org/x/net v0.0.0-20180724234803-3673e40ba225 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
9
- golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e h1:bRhVy7zSSasaqNksaRZiA5EEI+Ei4I1nO5Jh72wfHlg =
10
7
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
8
+ golang.org/x/net v0.0.0-20190125002852-4b62a64f59f7 h1:F5FmzXi5B/brWpyRV/LcOMeNw1iKcqFh4pqGzCSLqSE =
9
+ golang.org/x/net v0.0.0-20190125002852-4b62a64f59f7 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
11
10
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0 =
12
11
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
13
12
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw =
You can’t perform that action at this time.
0 commit comments