Skip to content

Commit 2e0eaab

Browse files
authored
Update Go dependencies and remove replace statements (#723)
* Update Go dependencies and remove replace statements Signed-off-by: Jauder Ho <[email protected]> * Set Go to 1.21 instead Signed-off-by: Jauder Ho <[email protected]> --------- Signed-off-by: Jauder Ho <[email protected]>
1 parent 7419afb commit 2e0eaab

File tree

2 files changed

+17
-386
lines changed

2 files changed

+17
-386
lines changed

go.mod

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
module github.com/digitalocean/godo
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/google/go-querystring v1.1.0
77
github.com/hashicorp/go-retryablehttp v0.7.7
88
github.com/stretchr/testify v1.8.4
9-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
10-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
9+
golang.org/x/oauth2 v0.23.0
10+
golang.org/x/time v0.6.0
1111
)
1212

1313
require (
1414
github.com/davecgh/go-spew v1.1.1 // indirect
15-
github.com/golang/protobuf v1.5.2 // indirect
1615
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1716
github.com/pmezard/go-difflib v1.0.0 // indirect
18-
golang.org/x/net v0.23.0 // indirect
19-
google.golang.org/appengine v1.6.7 // indirect
20-
google.golang.org/protobuf v1.33.0 // indirect
17+
golang.org/x/sys v0.25.0 // indirect
2118
gopkg.in/yaml.v3 v3.0.1 // indirect
2219
)
23-
24-
replace github.com/stretchr/objx => github.com/stretchr/objx v0.2.0
25-
26-
replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a

0 commit comments

Comments
 (0)