Skip to content

Commit

Permalink
coroc: remove module (#92)
Browse files Browse the repository at this point in the history
Merge both coroutine and coroc into one top level module. Makes our
lives simpler when tagging releases.
  • Loading branch information
pelletier authored Sep 27, 2023
2 parents e6a9c88 + af67bd6 commit b9d8b83
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
14 changes: 0 additions & 14 deletions compiler/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions compiler/go.sum

This file was deleted.

10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module github.com/stealthrocket/coroutine

go 1.21.0

require (
golang.org/x/sync v0.3.0
golang.org/x/tools v0.13.0
)

require (
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=

0 comments on commit b9d8b83

Please sign in to comment.