Skip to content

Commit 2c5deaa

Browse files
committed
refresh
1 parent 919fbb7 commit 2c5deaa

File tree

2 files changed

+9
-382
lines changed

2 files changed

+9
-382
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/DrFaust92/bitbucket-go-client
22

3-
go 1.19
3+
go 1.21
44

55
require (
66
github.com/antihax/optional v1.0.0
7-
golang.org/x/oauth2 v0.10.0
7+
golang.org/x/oauth2 v0.13.0
88
)
99

1010
require (
1111
github.com/golang/protobuf v1.5.3 // indirect
12-
golang.org/x/net v0.12.0 // indirect
12+
golang.org/x/net v0.16.0 // indirect
1313
google.golang.org/appengine v1.6.7 // indirect
1414
google.golang.org/protobuf v1.31.0 // indirect
1515
)

0 commit comments

Comments
 (0)