Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f73ac74

Browse files
committedAug 25, 2023
bump goa version used in design files (DSL)
1 parent a7dbab8 commit f73ac74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎design/design.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
package design
1717

18-
import . "goa.design/goa/dsl"
18+
import . "goa.design/goa/v3/dsl"
1919

2020
var _ = API("arduino-create-agent", func() {
2121
Title("Arduino Create Agent")

‎design/pkgs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
package design
1717

18-
import . "goa.design/goa/dsl"
18+
import . "goa.design/goa/v3/dsl"
1919

2020
var _ = Service("indexes", func() {
2121
Description("The indexes service manages the package_index files")

0 commit comments

Comments
 (0)
Please sign in to comment.