Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Point go module paths to monorepo (#1616)
Browse files Browse the repository at this point in the history
* Point go module paths to monorepo

Ref #1550

Co-authored-by: Aurelien Reeves <aurelien.reeves@smartbear.com>

* Fix Go module self-references

Co-authored-by: Aurelien Reeves <aurelien.reeves@smartbear.com>
  • Loading branch information
mattwynne and aurelien-reeves authored Jun 16, 2021
1 parent ff1801c commit 79a9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cucumber/messages-go/v16
module github.com/cucumber/common/messages/go/v16

require (
github.com/gofrs/uuid v4.0.0+incompatible
Expand Down

0 comments on commit 79a9301

Please sign in to comment.