Skip to content

Commit ca84b2c

Browse files
zcheeseankhliao
authored andcommitted
go.mod: format require section
Change-Id: Ia54ecb1cd5f05c2502acd13f1cf3db5f66070d15 Reviewed-on: https://go-review.googlesource.com/c/arch/+/668335 Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Sean Liao <[email protected]>
1 parent bd330f7 commit ca84b2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module golang.org/x/arch
22

33
go 1.23.0
44

5-
require rsc.io/pdf v0.1.1
6-
7-
require gopkg.in/yaml.v3 v3.0.1
5+
require (
6+
gopkg.in/yaml.v3 v3.0.1
7+
rsc.io/pdf v0.1.1
8+
)

0 commit comments

Comments
 (0)